feat/flask: change article video depending on current locale
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
) | safe }}
|
||||
</p>
|
||||
|
||||
<iframe src="https://www.youtube.com/embed/IEi25wYyj20" allowfullscreen="true"></iframe>
|
||||
{% if g.locale == 'ru' %}
|
||||
<iframe src="https://www.youtube.com/embed/IEi25wYyj20" allowfullscreen="true"></iframe>
|
||||
{% else %}
|
||||
<iframe src="https://www.youtube.com/embed/SATYQyIcimM" allowfullscreen="true"></iframe>
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
{{ _(
|
||||
|
||||
Reference in New Issue
Block a user