mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-21 19:03:11 +00:00
Link to login page when logged out
This commit is contained in:
parent
10c6a268d2
commit
831e0c0690
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue