From 016f84ba34793bf5ee0c29f3f4daf54f152d7348 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Fri, 7 Sep 2007 02:45:32 +0000 Subject: [PATCH] Pulled a fieldset tag out of the stacked edit inline template. Some design work is needed to actually support this, and trunk won't do it either. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6055 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/edit_inline_stacked.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/django/contrib/admin/templates/admin/edit_inline_stacked.html b/django/contrib/admin/templates/admin/edit_inline_stacked.html index 2bffda2967..8e0b65a0a5 100644 --- a/django/contrib/admin/templates/admin/edit_inline_stacked.html +++ b/django/contrib/admin/templates/admin/edit_inline_stacked.html @@ -3,7 +3,6 @@

{{ bound_inline.verbose_name|title }} #{{ forloop.counter }}

{% for bfset in bound_inline_object.form %} -
{% if bfset.fieldset.name %}

{{ bfset.fieldset.name }}

{% endif %} {% if bfset.fieldset.description %}
{{ bfset.fieldset.description }}
{% endif %} {% for line in bfset %} @@ -21,7 +20,6 @@ {% endfor %} {{ bound_inline_object.pk_field.field }} {% if bound_inline.formset.deletable %}
{{ bound_inline_object.deletion_field.field }} {{ bound_inline_object.deletion_field.label_tag }}
{% endif %} -
{% endfor %}
{% endfor %}