Skip to content

Commit 3e51dac

Browse files
Fixed django#2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. Thanks, erikg@codepoet.no
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 45be33a commit 3e51dac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django/contrib/admin/templates/admin/edit_inline_tabular.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ <h2>{{ bound_related_object.relation.opts.verbose_name_plural|capfirst|escape }}
77
<th{{ fw.header_class_attribute }}>{{ fw.field.verbose_name|capfirst|escape }}</th>
88
{% endif %}
99
{% endfor %}
10+
</tr></thead>
1011
{% for fcw in bound_related_object.form_field_collection_wrappers %}
1112
{% if change %}{% if original_row_needed %}
1213
{% if fcw.obj.original %}

0 commit comments

Comments
 (0)