Skip to content

Commit

Permalink
Changed admin logged_out template NOT to hard-code /admin/ as the 'Ho…
Browse files Browse the repository at this point in the history
…me'. Refs #158

git-svn-id: http://code.djangoproject.com/svn/django/trunk@326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jul 26, 2005
1 parent fe91881 commit 6a12d65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion django/conf/admin_templates/registration/logged_out.html
@@ -1,9 +1,11 @@
{% extends "base_site" %}

{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">Home</a></div>{% endblock %}

{% block content %}

<p>Thanks for spending some quality time with the Web site today.</p>

<p><a href="/admin/">Log in again</a></p>
<p><a href="../">Log in again</a></p>

{% endblock %}

0 comments on commit 6a12d65

Please sign in to comment.