diff --git a/med/settings.py b/med/settings.py index cc1a25f..840e291 100644 --- a/med/settings.py +++ b/med/settings.py @@ -175,8 +175,6 @@ PASSWORD_HASHERS = ( ) AUTH_USER_MODEL = 'users.User' -LOGIN_URL = '/login/' -LOGIN_REDIRECT_URL = '/' SITE_NAME = "Med" # Association information diff --git a/med/templates/med/index.html b/med/templates/med/index.html index 04001e9..03fca22 100644 --- a/med/templates/med/index.html +++ b/med/templates/med/index.html @@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% block title %}Accueil{% endblock %} {% block content %} -
diff --git a/templates/base.html b/templates/base.html index 93ca5f0..063e1f5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,7 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% bootstrap_javascript %} -