From 22e881fa89e4b3b8f6207d2c2e8713c2ff919400 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 8 May 2013 10:54:59 +0200 Subject: Added articlelogo on main page --- theme/templates/translations.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 theme/templates/translations.html (limited to 'theme/templates/translations.html') diff --git a/theme/templates/translations.html b/theme/templates/translations.html new file mode 100644 index 0000000..121ff1a --- /dev/null +++ b/theme/templates/translations.html @@ -0,0 +1,10 @@ +{% macro translations_for(article) %} +{% if article.translations %} +
+Traductions : +{% for translation in article.translations %} +{{ translation.lang }} +{% endfor %} +
+{% endif %} +{% endmacro %} -- cgit v1.2.3