From bd1a75f3d2635c6bc7d1ac629dee1f0b98e5a8ec Mon Sep 17 00:00:00 2001 From: rra Date: Tue, 6 Mar 2018 16:13:35 +0100 Subject: [PATCH] fixed syntax --- themes/varia/templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}