Skip to content

Commit

Permalink
Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html te…
Browse files Browse the repository at this point in the history
…mplate. Thanks, erikg@codepoet.no

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Aug 12, 2006
1 parent 45be33a commit 3e51dac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ <h2>{{ bound_related_object.relation.opts.verbose_name_plural|capfirst|escape }}
<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 %}
Expand Down

0 comments on commit 3e51dac

Please sign in to comment.