~canonical-django/canonical-django/project-template

« back to all changes in this revision

Viewing changes to trunk/python-packages/django/contrib/admin/templates/registration/logged_out.html

  • Committer: Matthew Nuzum
  • Date: 2008-11-13 05:46:03 UTC
  • Revision ID: matthew.nuzum@canonical.com-20081113054603-v0kvr6z6xyexvqt3
adding to version control

Show diffs side-by-side

added added

removed removed

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