From 4037c296cfdac3b1d00aa986cc8c28f3c7d809eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Tue, 9 Apr 2024 12:06:33 +0200 Subject: [PATCH] fix: JAVASCRIPT and HTMX configuration settings were ignored --- CHANGES.rst | 5 ++++- canaille/templates/base.html | 6 +++--- tests/core/test_about.py | 2 -- tests/core/test_misc.py | 26 ++++++++++++++++++++++++++ 4 files changed, 33 insertions(+), 6 deletions(-) delete mode 100644 tests/core/test_about.py create mode 100644 tests/core/test_misc.py diff --git a/CHANGES.rst b/CHANGES.rst index 3c6869ef..4b526808 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,11 @@ Added ^^^^^ - - Sign in/out events are logged in :issuer:`177` +Fixed +^^^^^ +- HTMX and JAVASCRIPT configuration settings. + [0.0.49] - 2024-04-08 --------------------- diff --git a/canaille/templates/base.html b/canaille/templates/base.html index 695bd723..05193193 100644 --- a/canaille/templates/base.html +++ b/canaille/templates/base.html @@ -18,7 +18,7 @@ {% block style %}{% endblock %} - + {% block menu %} {% if user and menu %}