Alas, if the form has errors, the error messages stay indented at 160px
not 200px:
[]
--
Ticket URL: <https://code.djangoproject.com/ticket/35096>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "admin-wide.jpg" added.
Old description:
> The admin allows customizing the styling of fieldsets. "wide" is a
> documented class for a fieldset. It widens the width of the label column
> from 160px to 200px.
>
> Alas, if the form has errors, the error messages stay indented at 160px
> not 200px:
> []
New description:
The admin allows customizing the styling of fieldsets. "wide" is a
documented class for a fieldset. It widens the width of the label column
from 160px to 200px.
Alas, if the form has errors, the error messages stay indented at 160px
not 200px:
[[Image(https://code.djangoproject.com/raw-attachment/ticket/35096/admin-
wide.jpg)]]
--
--
Ticket URL: <https://code.djangoproject.com/ticket/35096#comment:1>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/35096#comment:2>
* cc: Tom Carrick (added)
* severity: Normal => Release blocker
* stage: Unreviewed => Accepted
Comment:
Thanks for the report.
Regression in be06c39abe80ca650e37810d16d15ff60e8c9727 (LTR) and
b34a4771a3d4cd7829a1f38a0f6a7a0da519a724 (RTL).
--
Ticket URL: <https://code.djangoproject.com/ticket/35096#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/35096#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"6dae40839ba828b704eed1f0749c48a21bd88d78" 6dae408]:
{{{
#!CommitTicketReference repository=""
revision="6dae40839ba828b704eed1f0749c48a21bd88d78"
Fixed #35096 -- Corrected alignment for error lists in admin "wide" forms.
Regression in be06c39abe80ca650e37810d16d15ff60e8c9727 (LTR) and
b34a4771a3d4cd7829a1f38a0f6a7a0da519a724 (RTL).
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35096#comment:5>