app/django/contrib/admin/templates/registration/logged_out.html
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 19 Feb 2009 08:10:25 +0000
changeset 1388 237f4cf6936d
parent 54 03e267d67478
permissions -rw-r--r--
Use the new program property in mentor and role for an access check. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

{% 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 %}