Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#9276 closed (fixed)

class="inline-related " for stacked inline editables in admin has trailing space

Reported by: creecode@… Owned by: nobody
Component: contrib.admin Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I needed to view the source for an admin webpage with a stacked inline editable in it and noticed that the css class name "inline-related " has a trailing space.

The problem seems to be here < http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/templates/admin/edit_inline/stacked.html#L8 >.

Attachments (1)

stacked_html.diff (982 bytes ) - added by creecode 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Chris Beaven, 15 years ago

Triage Stage: UnreviewedAccepted

Stupidly trivial, but hey - it's obviously a trivial fix. Want to provide a patch to make it even more trivial to fix? Thanks

by creecode, 15 years ago

Attachment: stacked_html.diff added

comment:2 by creecode, 15 years ago

Has patch: set

Very trivial but on the upside I get a chance to submit a patch for Django, something I haven't done before. :-) Hopefully I've done it correctly.

comment:3 by Chris Beaven, 15 years ago

Triage Stage: AcceptedReady for checkin

Perfect! (getting you to do it that was sort of the aim)

Now go patch some more meaty tickets ;)

comment:4 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [9877]) Fixed #9276 -- Corrected the way the CSS class is rolled out in a stacked edit-inline template. Thanks to creecode@… for the report and fix.

comment:5 by Russell Keith-Magee, 15 years ago

(In [9878]) [1.0.X] Fixed #9276 -- Corrected the way the CSS class is rolled out in a stacked edit-inline template. Thanks to creecode@… for the report and fix.

Merge of r9877 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top