diff --git a/src/settings/base.py b/src/settings/base.py index fa4f27aae..8496d9f5b 100644 --- a/src/settings/base.py +++ b/src/settings/base.py @@ -105,6 +105,7 @@ USE_TZ = True SECRET_KEY = os.environ.get("SECRET_KEY", '(*0&74%ihg0ui+400+@%2pe92_c)x@w2m%6s(jhs^)dc$&&g93') LOGIN_REDIRECT_URL = '/' +LOGOUT_REDIRECT_URL = '/' # ============================================================================= diff --git a/src/templates/registration/logged_out.html b/src/templates/registration/logged_out.html deleted file mode 100644 index 6aaf3893b..000000000 --- a/src/templates/registration/logged_out.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends 'base_simple.html' %} -{% load static %} -{% block content %} -
-