From 18dd0bb33c9f2570bd83ef2c31f89be0cdbb71ba Mon Sep 17 00:00:00 2001 From: quack1 Date: Sat, 20 Apr 2013 01:04:16 +0200 Subject: Add theme 'notebook'. The original repository is https://github.com/quack1/notebook. There are some issues/enhancement to do, so if you work on it, please make pull requests to my own repo, so I can validate them and then add to this global repo. Thanks\! --- notebook/templates/translations.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 notebook/templates/translations.html (limited to 'notebook/templates/translations.html') diff --git a/notebook/templates/translations.html b/notebook/templates/translations.html new file mode 100644 index 0000000..25e7ca0 --- /dev/null +++ b/notebook/templates/translations.html @@ -0,0 +1,6 @@ +{% if article.translations %} +Langues +{% for translation in article.translations %} + {{ translation.lang }} +{% endfor %} +{% endif %} \ No newline at end of file -- cgit