From 27d4bb9460a1b372fe7f0190c21a6680d4e046f4 Mon Sep 17 00:00:00 2001 From: Robert Wittams Date: Sun, 16 Oct 2005 02:00:24 +0000 Subject: [PATCH] Template fixes(unclosed div). Fix for manipulator save with add manipulators and follow arguments. Changed imports in template/decorators.py and removal of pointless code from DebugLexer git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@883 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../admin_templates/admin_change_form.html | 13 +++------- django/core/meta/__init__.py | 5 +++- django/core/template/__init__.py | 2 -- django/core/template/decorators.py | 24 +++++++++---------- 4 files changed, 19 insertions(+), 25 deletions(-) diff --git a/django/conf/admin_templates/admin_change_form.html b/django/conf/admin_templates/admin_change_form.html index b40e04328c..e585f0e74b 100644 --- a/django/conf/admin_templates/admin_change_form.html +++ b/django/conf/admin_templates/admin_change_form.html @@ -23,8 +23,6 @@ {% if is_popup %}{% endif %} {% if save_on_top %}{% submit_row %}{% endif %} {% if form.error_dict %}

Please correct the error{{ form.error_dict.items|pluralize }} below.

{% endif %} - - {% for bound_field_set in bound_field_sets %}
{% if bound_field_set.name %}

{{bound_field_set.name }}

{% endif %} @@ -46,19 +44,15 @@ {% endif %} {% endif %} {% for related_object in inline_related_objects %}{% edit_inline related_object %}{% endfor %} - {% submit_row %} - {% if add %} {% endif %} - {% if auto_populated_fields %} {% endif %} - {% if change %} {% if ordered_objects %} {% if form.order_objects %}