diff --git a/allauth_ui/templates/allauth/layouts/base.html b/allauth_ui/templates/allauth/layouts/base.html index 61331ae..63e04a8 100644 --- a/allauth_ui/templates/allauth/layouts/base.html +++ b/allauth_ui/templates/allauth/layouts/base.html @@ -15,7 +15,7 @@ {% endblock extra_head %} - + {% block body %} {% if messages %} {% for message in messages %} diff --git a/allauth_ui/templates/components/container.html b/allauth_ui/templates/components/container.html index c599318..c36fa34 100644 --- a/allauth_ui/templates/components/container.html +++ b/allauth_ui/templates/components/container.html @@ -1,6 +1,6 @@ {% load i18n %} -
-
+
+

{{ heading }}

{% if subheading %}
{{ subheading }}
{% endif %} {{ children }}