diff --git a/canaille/core/templates/about.html b/canaille/core/templates/about.html index 945ec1f7..642c67e3 100644 --- a/canaille/core/templates/about.html +++ b/canaille/core/templates/about.html @@ -8,7 +8,7 @@ {% block content %}
- {{ website_name }} + {{ website_name }}

diff --git a/canaille/core/templates/invite.html b/canaille/core/templates/invite.html index 9f360b54..3538f5a8 100644 --- a/canaille/core/templates/invite.html +++ b/canaille/core/templates/invite.html @@ -6,7 +6,7 @@ {%- endblock -%} {% block script %} - + {% endblock %} {% block submenu %} diff --git a/canaille/core/templates/profile_add.html b/canaille/core/templates/profile_add.html index 5345d791..6d59d9ef 100644 --- a/canaille/core/templates/profile_add.html +++ b/canaille/core/templates/profile_add.html @@ -7,7 +7,7 @@ {%- endblock -%} {% block script %} - + {% endblock %} {% block submenu %} diff --git a/canaille/core/templates/profile_edit.html b/canaille/core/templates/profile_edit.html index 7e68c308..e50fd835 100644 --- a/canaille/core/templates/profile_edit.html +++ b/canaille/core/templates/profile_edit.html @@ -13,7 +13,7 @@ {%- endblock -%} {% block script %} - + {% endblock %} {% block submenu %} diff --git a/canaille/oidc/templates/token_view.html b/canaille/oidc/templates/token_view.html index 5b53f4c6..40f52861 100644 --- a/canaille/oidc/templates/token_view.html +++ b/canaille/oidc/templates/token_view.html @@ -6,7 +6,7 @@ {%- endblock -%} {% block script %} - + {% endblock %} {% block submenu %} diff --git a/canaille/templates/base.html b/canaille/templates/base.html index 5f1dd1e3..695bd723 100644 --- a/canaille/templates/base.html +++ b/canaille/templates/base.html @@ -10,9 +10,9 @@ - - - + + + {% if logo_url %}{% endif %} {% endif %} {% block style %}{% endblock %} @@ -92,17 +92,17 @@ {% if config.get("JAVASCRIPT", true) %} {% if not is_boosted %} - - + + {% if config.get("HTMX", true) %} - + {% endif %} - + {% endif %} {% block script %}{% endblock %} {% endif %} diff --git a/demo/client/templates/index.html b/demo/client/templates/index.html index 1061d550..c39cb59f 100644 --- a/demo/client/templates/index.html +++ b/demo/client/templates/index.html @@ -7,8 +7,8 @@ Canaille test client - - + + {% if logo_url %}{% endif %} {% block style %}{% endblock %} @@ -18,7 +18,7 @@

- Canaille client + Canaille client
{{ name }}
@@ -139,9 +139,9 @@

- - - + + + {% block script %}{% endblock %} diff --git a/tests/app/fixtures/themes/test/base.html b/tests/app/fixtures/themes/test/base.html index cf81d667..ce4ee6aa 100644 --- a/tests/app/fixtures/themes/test/base.html +++ b/tests/app/fixtures/themes/test/base.html @@ -9,9 +9,9 @@ {% block title %}{{ website_name|default("Canaille") }} {% trans %}authorization interface{% endtrans %}{% endblock %} - - - + + + {% if logo_url %}{% endif %} {% block style %}{% endblock %} @@ -95,9 +95,9 @@ - - - + + + {% block script %}{% endblock %} TEST_THEME