Browse Source

fixed syntax

master
rra 6 years ago
parent
commit
bd1a75f3d2
  1. 4
      themes/varia/templates/article.html

4
themes/varia/templates/article.html

@ -52,11 +52,11 @@
{% for translation in article.translations %}
{% if translation.lang == 'nl' %}
<a href="{{ translation.url }}">Lees dit artikel in het Nederlands</a>
{% endif%}
{% endif %}
{% if translation.lang == 'en' %}
<a href="{{ translation.url }}">Read this article in English</a>
{% endif%}
{% endif %}
{% endfor %}
</div>
{% endif %}

Loading…
Cancel
Save