Thanks, I made a patch and created a ticket.
http://code.djangoproject.com/ticket/15490
On 23 fév, 13:48, Russell Keith-Magee wrote:
> On Wed, Feb 23, 2011 at 8:24 PM, Jonathan S
> wrote:
> > Aparently, there are several semicolons missing at several places:
>
> > django/contrib/admin/templat
On Wed, Feb 23, 2011 at 8:24 PM, Jonathan S wrote:
> Aparently, there are several semicolons missing at several places:
>
> django/contrib/admin/templates/admin/edit_inline/tabular.html lines
> 90, 94 and 124
> django/contrib/admin/templates/admin/edit_inline/stacked.html lines
> 45, 48 and 78
>
Aparently, there are several semicolons missing at several places:
django/contrib/admin/templates/admin/edit_inline/tabular.html lines
90, 94 and 124
django/contrib/admin/templates/admin/edit_inline/stacked.html lines
45, 48 and 78
Of course, this really is a minor issue, but easy enough to fix
Hi Django admin developers,
Can you please insert a semi-colon in the following file, behind line
90?
django/contrib/admin/templates/admin/edit_inline/tabular.html
var updateSelectFilter = function() {
// If any SelectFilter widgets are a part of the new form,
//