| changeset 5 | ae8593287883 |
| parent 4 | 7c994c98d1df |
| child 6 | 7256b057c180 |
| 4:7c994c98d1df | 5:ae8593287883 |
|---|---|
1 {% extends "registration/base.html" %} |
|
2 {% load i18n %} |
|
3 |
|
4 <a href="../">{% trans 'Home' %}</a> |
|
5 |
|
6 {% block iricontent %} |
|
7 |
|
8 <p>{% trans "Thanks for spending some quality time with the Web site today." %}</p> |
|
9 |
|
10 <p><a href="../">{% trans 'Log in again' %}</a></p> |
|
11 |
|
12 {% endblock %} |