8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-19 17:12:32 +00:00

Link to login page when logged out

This commit is contained in:
Alexandre Iooss 2019-04-20 19:24:49 +02:00 committed by klafyvel
parent 10c6a268d2
commit 831e0c0690

View file

@ -14,5 +14,5 @@ Copyright © 2019 Alexandre Iooss
{% block content %}
<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>
<p><a href="{% url 'index' %}">{% trans 'Log in again' %}</a></p>
<p><a href="{% url 'login' %}">{% trans 'Log in again' %}</a></p>
{% endblock %}