Merge branch 'Kerl/urls_fixes' into 'master'
Lien de déconnexion & typo See merge request klub-dev-ens/WikiENS!5
This commit is contained in:
commit
fa2e1279c4
2 changed files with 5 additions and 1 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
|
||||
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
{% block wiki_site_title %} - WikiENS{% endblock %}
|
||||
|
||||
{% block wiki_header_branding %}
|
||||
<a id="navbar-title" class="navbar-brand" href="/">Wiki <img src="{% static 'img/logoENS-small.png' %}" style="display:inline-block; height:100%;"i /> ENS</a>
|
||||
<a id="navbar-title" class="navbar-brand" href="/">
|
||||
Wiki <img src="{% static 'img/logoENS-small.png' %}" style="display:inline-block; height:100%;" /> ENS
|
||||
</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block wiki_header_navlinks %}
|
||||
|
|
Loading…
Reference in a new issue