diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-21 10:25:28 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
commit | 59c408b9f656f501f00242b1177af170f7768e9a (patch) | |
tree | 8cc8f708cbec0cab234c01deecab6ac7988d19fe /example_project | |
parent | 692dc14945b618df73a3a08272fda6a57ca718e1 (diff) | |
download | Ishtar-59c408b9f656f501f00242b1177af170f7768e9a.tar.bz2 Ishtar-59c408b9f656f501f00242b1177af170f7768e9a.zip |
Fix redirect URL after logout
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index d0c7ab476..4830abe42 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -59,6 +59,7 @@ STATICFILES_DIRS = (BS_STATIC,) ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt" LOGIN_REDIRECT_URL = "/" + URL_PATH +LOGOUT_REDIRECT_URL = "/" + URL_PATH ACCOUNT_ACTIVATION_DAYS = 7 |