diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2007-09-12 01:30:50 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2007-09-12 01:30:50 +0000 |
| commit | 3d85b2748d7a267e1cc6f11f37a2c5e74e0cc38c (patch) | |
| tree | 34215dcecb369080d6f92de805330c0ad0c953f4 | |
| parent | 35be27874b6a77471bd039b57a8d2004ab545d20 (diff) | |
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
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | django/contrib/admin/templates/admin/edit_inline_tabular.html | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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/> diff --git a/django/contrib/admin/templates/admin/edit_inline_tabular.html b/django/contrib/admin/templates/admin/edit_inline_tabular.html index a242af4479..a4ad7017a4 100644 --- a/django/contrib/admin/templates/admin/edit_inline_tabular.html +++ b/django/contrib/admin/templates/admin/edit_inline_tabular.html @@ -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 %}"> |
