author | Nishanth Amuluru <nishanth@fossee.in> |
Sat, 08 Jan 2011 11:20:57 +0530 | |
changeset 69 | c6bca38c1cbf |
parent 24 | templates/registration/logged_out.html@d152c2211a3a |
child 79 | cc5b6f4ed823 |
permissions | -rw-r--r-- |
{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a></div>{% endblock %} {% block content %} <p>{% trans "Thanks for spending some quality time with the Web site today." %}</p> <p><a href="../">{% trans 'Log in again' %}</a></p> {% endblock %}