From 6a12d65b97f7fea91783aa0157759c5ca41dbde6 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 26 Jul 2005 22:52:18 +0000 Subject: [PATCH] Changed admin logged_out template NOT to hard-code /admin/ as the 'Home'. Refs #158 git-svn-id: http://code.djangoproject.com/svn/django/trunk@326 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/admin_templates/registration/logged_out.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/django/conf/admin_templates/registration/logged_out.html b/django/conf/admin_templates/registration/logged_out.html index 30b80a78e2..92cf77e35b 100644 --- a/django/conf/admin_templates/registration/logged_out.html +++ b/django/conf/admin_templates/registration/logged_out.html @@ -1,9 +1,11 @@ {% extends "base_site" %} +{% block breadcrumbs %}{% endblock %} + {% block content %}

Thanks for spending some quality time with the Web site today.

-

Log in again

+

Log in again

{% endblock %}