mirror of
https://github.com/django/django.git
synced 2025-09-28 04:54:53 +00:00
Fixed #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
This commit is contained in:
parent
45be33a632
commit
3e51dac933
1 changed files with 1 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue