From ed2f03c59d650e7fd00f081d7991b374d91b7aa6 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Tue, 14 Sep 2021 00:13:31 +0200 Subject: Handle translations and additional menu items --- templates/article.html | 2 ++ templates/base.html | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/article.html b/templates/article.html index fba7058..99db2b5 100644 --- a/templates/article.html +++ b/templates/article.html @@ -27,8 +27,10 @@

{{ article.title }}

+
{% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} +