Author: adrian
Date: 2006-08-12 12:42:02 -0500 (Sat, 12 Aug 2006)
New Revision: 3571
Modified:
django/trunk/django/contrib/admin/templates/admin/edit_inline_tabular.html
Log:
Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template.
Thanks, [EMAIL PROTECTED]
Modified:
django/trunk/django/contrib/admin/templates/admin/edit_inline_tabular.html
===================================================================
--- django/trunk/django/contrib/admin/templates/admin/edit_inline_tabular.html
2006-08-12 06:02:28 UTC (rev 3570)
+++ django/trunk/django/contrib/admin/templates/admin/edit_inline_tabular.html
2006-08-12 17:42:02 UTC (rev 3571)
@@ -7,6 +7,7 @@
<th{{ fw.header_class_attribute }}>{{
fw.field.verbose_name|capfirst|escape }}</th>
{% endif %}
{% endfor %}
+ </tr></thead>
{% for fcw in bound_related_object.form_field_collection_wrappers %}
{% if change %}{% if original_row_needed %}
{% if fcw.obj.original %}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---