From 9460c54e2285d9f5fbddbe071c5b8de844a63f96 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Fri, 10 Mar 2006 00:20:24 +0000 Subject: [PATCH] magic-removal: Fixed HTML error in delete_confirmation template git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2508 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/delete_confirmation.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/django/contrib/admin/templates/admin/delete_confirmation.html b/django/contrib/admin/templates/admin/delete_confirmation.html index 7fba4cebd7..894b99c74e 100644 --- a/django/contrib/admin/templates/admin/delete_confirmation.html +++ b/django/contrib/admin/templates/admin/delete_confirmation.html @@ -13,8 +13,10 @@

{% blocktrans %}Are you sure you want to delete the {{ object_name }} "{{ object }}"? All of the following related items will be deleted:{% endblocktrans %}

+
+
{% endif %} {% endblock %}