From 5e675c85d3ad6b5b2cdaf96156859597d8107633 Mon Sep 17 00:00:00 2001 From: Dedi Purwanto Date: Sun, 18 Nov 2012 11:21:55 +0800 Subject: Added cebong theme files --- cebong/templates/translations.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cebong/templates/translations.html (limited to 'cebong/templates/translations.html') diff --git a/cebong/templates/translations.html b/cebong/templates/translations.html new file mode 100644 index 0000000..0079883 --- /dev/null +++ b/cebong/templates/translations.html @@ -0,0 +1,6 @@ +{% if article.translations %} +Translations: + {% for translation in article.translations %} + {{ translation.lang }} + {% endfor %} +{% endif %} -- cgit