fixed syntax
This commit is contained in:
parent
93fcbd3a08
commit
bd1a75f3d2
@ -52,11 +52,11 @@
|
|||||||
{% for translation in article.translations %}
|
{% for translation in article.translations %}
|
||||||
{% if translation.lang == 'nl' %}
|
{% if translation.lang == 'nl' %}
|
||||||
<a href="{{ translation.url }}">Lees dit artikel in het Nederlands</a>
|
<a href="{{ translation.url }}">Lees dit artikel in het Nederlands</a>
|
||||||
{% endif%}
|
{% endif %}
|
||||||
|
|
||||||
{% if translation.lang == 'en' %}
|
{% if translation.lang == 'en' %}
|
||||||
<a href="{{ translation.url }}">Read this article in English</a>
|
<a href="{{ translation.url }}">Read this article in English</a>
|
||||||
{% endif%}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user