diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html index 4e378fc141..3eaf40e6ea 100644 --- a/themes/varia/templates/article.html +++ b/themes/varia/templates/article.html @@ -52,11 +52,11 @@ {% for translation in article.translations %} {% if translation.lang == 'nl' %} Lees dit artikel in het Nederlands - {% endif%} + {% endif %} {% if translation.lang == 'en' %} Read this article in English - {% endif%} + {% endif %} {% endfor %} {% endif %}