Skip to content

Commit

Permalink
newforms-admin: Fixed #5384 -- Cleaned up minor HTML error in templat…
Browse files Browse the repository at this point in the history
…e. Thanks, Petr Marhoun <petr.marhoun@gmail.com>.

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Sep 12, 2007
1 parent 35be278 commit 3d85b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ answer newbie questions, and generally made Django that much better:
Simon Litchfield <simon@quo.com.au>
Matt McClanahan <http://mmcc.cx/>
Martin Maney <http://www.chipy.org/Martin_Maney>
Petr Marhoun <petr.marhoun@gmail.com>
masonsimon+django@gmail.com
Manuzhai
Petar Marić <http://www.petarmaric.com/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>{{ inline_admin_formset.opts.get_label|capfirst|escape }}</h2>
{% if inline_admin_form.form.errors %}
<tr class="errorlist"><td colspan="{{ bound_inline.fields|length }}">
{{ inline_admin_form.form.errors }}
</tr>
</td></tr>
{% endif %}

<tr class="{% cycle row1,row2 %}">
Expand Down

0 comments on commit 3d85b27

Please sign in to comment.