diff --git a/CHANGES.rst b/CHANGES.rst index 9294643d..6c949a0b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. +Fixed +***** + +- Disabled HTMX boosting on OIDC forms to avoid errors. + + [0.0.28] - 2023-06-30 ===================== diff --git a/canaille/templates/login.html b/canaille/templates/login.html index 5b221f75..d425daee 100644 --- a/canaille/templates/login.html +++ b/canaille/templates/login.html @@ -4,7 +4,7 @@ {% import 'partial/login_field.html' as login_field %} {% block container %} -
+
{% if logo_url %} @@ -36,7 +36,7 @@ {% if has_smtp and has_password_recovery %} {{ _("Forgotten password") }} {% endif %} - +
{% endcall %} diff --git a/canaille/templates/oidc/user/authorize.html b/canaille/templates/oidc/user/authorize.html index be46bf6c..49edc3ec 100644 --- a/canaille/templates/oidc/user/authorize.html +++ b/canaille/templates/oidc/user/authorize.html @@ -2,7 +2,7 @@ {% import 'macro/form.html' as fui %} {% block content %} -
+
{% if client.logo_uri %} {{ client.client_name }} {% endif %}