app/django/contrib/admin/templates/registration/logged_out.html
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 28 Nov 2008 08:24:57 +0000
changeset 600 f6abfcbff3a4
parent 54 03e267d67478
permissions -rw-r--r--
Apache license and __author__ added. Also added a todo for the __doc__ string. Patch by: Lennard de Rijk

{% extends "admin/base_site.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 %}