give to appropriate URL to the "logout" link (#16645)

This commit is contained in:
Frédéric Péters 2017-12-24 14:35:06 +01:00
parent 0a0b53bc4d
commit be3cf50d2c
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<link href="{% static "css/bijoe.css" %}" rel="stylesheet">
{% endblock %}
{% block logout-url %}{% url 'logout' %}{% endblock %}
{% block page-title %}
{% trans 'Statistics' as default_site_title %}
{% firstof site_title default_site_title %}