diff --git a/WikiENS/settings.py b/WikiENS/settings.py index a62a6db..f7ac2a8 100644 --- a/WikiENS/settings.py +++ b/WikiENS/settings.py @@ -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 diff --git a/shared/templates/wiki/base.html b/shared/templates/wiki/base.html index b5e5a6c..975c37e 100644 --- a/shared/templates/wiki/base.html +++ b/shared/templates/wiki/base.html @@ -5,7 +5,9 @@ {% block wiki_site_title %} - WikiENS{% endblock %} {% block wiki_header_branding %} -Wiki  ENS + + Wiki  ENS + {% endblock %} {% block wiki_header_navlinks %}