Author: russellm
Date: 2007-09-11 20:30:50 -0500 (Tue, 11 Sep 2007)
New Revision: 6101
Modified:
django/branches/newforms-admin/AUTHORS
django/branches/newforms-admin/django/contrib/admin/templates/admin/edit_inline_tabular.html
Log:
newforms-admin: Fixed #5384 -- Cleaned up minor HTML error in template. Thanks,
Petr Marhoun <[EMAIL PROTECTED]>.
Modified: django/branches/newforms-admin/AUTHORS
===================================================================
--- django/branches/newforms-admin/AUTHORS 2007-09-12 01:29:41 UTC (rev
6100)
+++ django/branches/newforms-admin/AUTHORS 2007-09-12 01:30:50 UTC (rev
6101)
@@ -190,6 +190,7 @@
Simon Litchfield <[EMAIL PROTECTED]>
Matt McClanahan <http://mmcc.cx/>
Martin Maney <http://www.chipy.org/Martin_Maney>
+ Petr Marhoun <[EMAIL PROTECTED]>
[EMAIL PROTECTED]
Manuzhai
Petar Marić <http://www.petarmaric.com/>
Modified:
django/branches/newforms-admin/django/contrib/admin/templates/admin/edit_inline_tabular.html
===================================================================
---
django/branches/newforms-admin/django/contrib/admin/templates/admin/edit_inline_tabular.html
2007-09-12 01:29:41 UTC (rev 6100)
+++
django/branches/newforms-admin/django/contrib/admin/templates/admin/edit_inline_tabular.html
2007-09-12 01:30:50 UTC (rev 6101)
@@ -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 %}">
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---