Author: jkocherhans
Date: 2007-09-06 21:45:32 -0500 (Thu, 06 Sep 2007)
New Revision: 6055
Modified:
django/branches/newforms-admin/django/contrib/admin/templates/admin/edit_inline_stacked.html
Log:
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.
Modified:
django/branches/newforms-admin/django/contrib/admin/templates/admin/edit_inline_stacked.html
===================================================================
---
django/branches/newforms-admin/django/contrib/admin/templates/admin/edit_inline_stacked.html
2007-09-07 02:43:02 UTC (rev 6054)
+++
django/branches/newforms-admin/django/contrib/admin/templates/admin/edit_inline_stacked.html
2007-09-07 02:45:32 UTC (rev 6055)
@@ -3,7 +3,6 @@
<fieldset class="module aligned {{ bfset.fieldset.classes }}">
<h2>{{ bound_inline.verbose_name|title }} #{{ forloop.counter }}</h2>
{% for bfset in bound_inline_object.form %}
- <fieldset class="module aligned {{ bfset.fieldset.classes }}">
{% if bfset.fieldset.name %}<h2>{{ bfset.fieldset.name }}</h2>{% endif %}
{% if bfset.fieldset.description %}<div class="description">{{
bfset.fieldset.description }}</div>{% endif %}
{% for line in bfset %}
@@ -21,7 +20,6 @@
{% endfor %}
{{ bound_inline_object.pk_field.field }}
{% if bound_inline.formset.deletable %}<div class="form-row">{{
bound_inline_object.deletion_field.field }} {{
bound_inline_object.deletion_field.label_tag }}</div>{% endif %}
- </fieldset>
{% endfor %}
</fieldset>
{% endfor %}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---