Opened 10 years ago

Closed 10 years ago

#21659 closed Bug (fixed)

password_change_form.html does not use admin_static

Reported by: mcella Owned by: nobody
Component: contrib.admin Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The admin registration password_change_form.html template does not load the "admin_static" template tag but "static", thus bypassing django.contrib.staticfiles.

Trivial diff attached.

Attachments (1)

patch.diff (873 bytes ) - added by mcella 10 years ago.

Download all attachments as: .zip

Change History (3)

by mcella, 10 years ago

Attachment: patch.diff added

comment:1 by Simon Charette, 10 years ago

Easy pickings: set
Has patch: set
Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 8a34d35696927e1eafce3fdfdd87246b3f189268:

Fixed #21659 -- Modified the registration/password_change_form.html admin template to use {% admin_static %}.

Thanks mcella.

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