From 422fc19c230be20d6a8784a7553de29c43c06484 Mon Sep 17 00:00:00 2001 From: Patrick Tran Date: Sun, 29 Sep 2024 11:34:46 -0700 Subject: [PATCH] change body to main in entrance.html --- .../templates/allauth/layouts/entrance.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/allauth/layouts/entrance.html b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/allauth/layouts/entrance.html index 96ba42499..b111e301f 100644 --- a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/allauth/layouts/entrance.html +++ b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/allauth/layouts/entrance.html @@ -8,7 +8,7 @@ {% trans "Sign In" %} {% endblock head_title %} {% endblock title %} -{% block body %} +{% block main %}
{% if messages %} @@ -28,4 +28,4 @@ {% endblock extra_body %}
-{% endblock body %}{% endraw %} +{% endblock main %}{% endraw %}