diff options
Diffstat (limited to 'templates/registration/logged_out.html')
-rw-r--r-- | templates/registration/logged_out.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/registration/logged_out.html b/templates/registration/logged_out.html deleted file mode 100644 index 9b37497..0000000 --- a/templates/registration/logged_out.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.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 %} |