set settings.LOGOUT_URL (used in the base template)
This commit is contained in:
parent
e20976eb73
commit
6666bd8134
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue