aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms/templates/translations.html
diff options
context:
space:
mode:
Diffstat (limited to 'notmyidea-cms/templates/translations.html')
-rw-r--r--notmyidea-cms/templates/translations.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/notmyidea-cms/templates/translations.html b/notmyidea-cms/templates/translations.html
new file mode 100644
index 0000000..f0a0fa2
--- /dev/null
+++ b/notmyidea-cms/templates/translations.html
@@ -0,0 +1,6 @@
+{% if article.translations %}
+Translations:
+ {% for translation in article.translations %}
+ <a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
+ {% endfor %}
+{% endif %} \ No newline at end of file