diff options
Diffstat (limited to 'notebook/templates/translations.html')
-rw-r--r-- | notebook/templates/translations.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 %} +<span class="label">Langues</span> +{% for translation in article.translations %} + <a href="{{ SITEURL }}/{{ translation.url }}"><i class="icon-edit"></i>{{ translation.lang }}</a> +{% endfor %} +{% endif %}
\ No newline at end of file |