set settings.LOGOUT_URL (used in the base template)

This commit is contained in:
Martin Pépin 2019-01-14 14:35:04 +01:00
parent e20976eb73
commit 6666bd8134

View file

@ -176,6 +176,8 @@ ACCOUNT_USER_DISPLAY = lambda u: u.get_full_name() or u.username
# WIKI SETTINGS
LOGOUT_URL = reverse_lazy("account_logout")
# Use sign up, login, logout, profile settings views of allauth.
WIKI_ACCOUNT_HANDLING = False