From e5862ee59b0480de0481a6e0482ac041b823f681 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 1 Dec 2023 14:32:12 +0100 Subject: [PATCH] templates: set document type to html, prevent quicks mode --- aircox/templates/aircox/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aircox/templates/aircox/base.html b/aircox/templates/aircox/base.html index a828f3f..42be5ce 100644 --- a/aircox/templates/aircox/base.html +++ b/aircox/templates/aircox/base.html @@ -1,3 +1,4 @@ +{% load static i18n thumbnail aircox %} {% comment %} Base website template. It displays various elements depending on context variables. @@ -10,8 +11,6 @@ Usefull context: - sidebar_url_name: url name sidebar item complete list - sidebar_url_parent: parent page for sidebar items complete list {% endcomment %} -{% load static i18n thumbnail aircox %} -