Opened 22 months ago
Last modified 20 months ago
#34316 closed Bug
Visual regressions in admin's change password form — at Version 1
Reported by: | Mariusz Felisiak | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 4.2 |
Severity: | Release blocker | Keywords: | |
Cc: | Tom Carrick, Sarah Boyce | 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 (last modified by )
I noticed two visual regressions in 96a598356a9ea8c2c05b22cadc12e256a3b295fd:
- There is no gap before the "this form" link on the "Change user" form:
- Inputs are in the wrong place (as far as I'm aware
<div>...</div>
is missing around<label>
and<input>
) on the "Change password" form:
- Inputs are in the wrong place (as far as I'm aware
<div>...</div>
is missing around<label>
and<input>
) on the "Password change" form:
Change History (4)
by , 22 months ago
Attachment: | this_form_after.png added |
---|
by , 22 months ago
Attachment: | change_password_after.png added |
---|
by , 22 months ago
Attachment: | password_change_after.png added |
---|
comment:1 by , 22 months ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.