app/django/contrib/admin/templates/registration/logged_out.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 07 Dec 2008 10:23:10 +0000
changeset 693 99081e8176b8
parent 54 03e267d67478
permissions -rw-r--r--
Fixed the header on the List Programs page. 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 %}