branch | buildout |
changeset 227 | 3c8f3b0e5b00 |
214:679c7e237052 | 227:3c8f3b0e5b00 |
---|---|
1 {% extends "base.html" %} |
|
2 {% load i18n %} |
|
3 |
|
4 {% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a></div>{% endblock %} |
|
5 |
|
6 {% block content %} |
|
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 %} |