From 51db7ba5ee4e6cd47abe3290b95a41c8ca1491dd 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 4b8e9d0..1a2f215 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 %} -