From 6e90c35b639bd79371a9812eba076d8df02f7e17 Mon Sep 17 00:00:00 2001 From: Robert Wittams Date: Fri, 7 Oct 2005 01:20:28 +0000 Subject: [PATCH] Remove 'intentional' error for error message testing ;-) git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@797 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/admin_templates/admin_submit_line.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/conf/admin_templates/admin_submit_line.html b/django/conf/admin_templates/admin_submit_line.html index 8f495d53ab..4ee09fccf3 100644 --- a/django/conf/admin_templates/admin_submit_line.html +++ b/django/conf/admin_templates/admin_submit_line.html @@ -3,5 +3,5 @@ {% if show_save_as_new %}{%endif%} {% if show_save_and_add_another %}{% endif %} {% if show_save_and_continue %}{% endif %} -{% if show_save %} +{% if show_save %}{% endif %}