From 1969c9f88b1b51987b63b1b04917d37194747181 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Mon, 6 Feb 2006 19:42:14 +0000 Subject: [PATCH] magic-removal: Fixed HTML error in admin/docs git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2283 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin_doc/model_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/templates/admin_doc/model_detail.html b/django/contrib/admin/templates/admin_doc/model_detail.html index 31e5520aa0..3902d8f21d 100644 --- a/django/contrib/admin/templates/admin_doc/model_detail.html +++ b/django/contrib/admin/templates/admin_doc/model_detail.html @@ -37,6 +37,6 @@ -

‹ Back to Models Documentation

+

‹ Back to Models Documentation

{% endblock %}