Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / django / contrib / admin / templates / registration / logged_out.html @ 1a305335

History | View | Annotate | Download (401 Bytes)

1 1a305335 officers
{% extends "admin/base_site.html" %}
2
{% load i18n %}
3
{% load url from future %}
4
5
{% block breadcrumbs %}<div class="breadcrumbs"><a href="{% url 'admin:index' %}">{% trans 'Home' %}</a></div>{% endblock %}
6
7
{% block content %}
8
9
<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>
10
11
<p><a href="{% url 'admin:index' %}">{% trans 'Log in again' %}</a></p>
12
13
{% endblock %}