summaryrefslogtreecommitdiff
path: root/tbc/static/admin/templates/registration/logged_out.html
blob: 6a18186f7f34e6adea5538be18ca79b5f9dae387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "admin/base_site.html" %}
{% load i18n %}

{% block breadcrumbs %}<div class="breadcrumbs"><a href="{% url 'admin:index' %}">{% trans 'Home' %}</a></div>{% endblock %}

{% block content %}

<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>

<p><a href="{% url 'admin:index' %}">{% trans 'Log in again' %}</a></p>

{% endblock %}