diff --git a/photo21/settings.py b/photo21/settings.py
index 14f1e34..81f3ceb 100644
--- a/photo21/settings.py
+++ b/photo21/settings.py
@@ -222,9 +222,9 @@ MESSAGE_TAGS = {
messages.ERROR: "alert-danger",
}
-# Allauth configuration
+# Allauth configuration ## For the django =< 5.0
ACCOUNT_EMAIL_REQUIRED = True
-# ACCOUNT_SIGNUP_FIELDS = ['email*', 'username*', 'password1*', 'password2*']
+# ACCOUNT_SIGNUP_FIELDS = ['email*', 'username*', 'password1*', 'password2*'] ## For the django =< 5.0
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
ACCOUNT_AUTHENTICATION_METHOD = "username_email"
# ACCOUNT_LOGIN_METHODS = {'username', 'email'}
diff --git a/photo21/templates/base.html b/photo21/templates/base.html
index 35ce854..66ea520 100644
--- a/photo21/templates/base.html
+++ b/photo21/templates/base.html
@@ -132,6 +132,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
+
{% block extrajs %}{% endblock %}