mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
newforms-admin: Fixed #5384 -- Cleaned up minor HTML error in template. 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
This commit is contained in:
parent
35be27874b
commit
3d85b2748d
1
AUTHORS
1
AUTHORS
@ -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/>
|
||||
|
@ -19,7 +19,7 @@
|
||||
{% 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 %}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user