summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates/registration/password_change_form.html
AgeCommit message (Expand)Author
2026-02-27Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.antoliny0919
2025-10-14Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.antoliny0919
2024-09-03Refs #35706 -- Replaced template _('...') usages with translate tag.sanjeevholla26
2024-09-02Refs #35706 -- Prefixed 'Error:' to titles of admin pages with form errors.sanjeevholla26
2023-03-27Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the s...Tom Carrick
2023-02-13Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce
2022-08-02Fixed #33690 -- Added switch button for dark mode in the admin.Sarah Abderemane
2022-07-25Simplified various built-in templates.Nick Pope
2022-04-06Refs #31617 -- Added an id for helptext in admin forms.David Smith
2022-03-24Refs #15619 -- Logged out with POST requests in admin.Mariusz Felisiak
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2020-09-10Fixed #31992 -- Made admin password reset templates use title/content_title b...Jon Dufresne
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2016-09-10Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-10-19Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).Ville Skyttä
2015-07-02Fixed #25053 -- Made admin templates use |safe with password help_textAdam Taylor
2014-12-26Fixed #23948 -- Moved password help text from the template to the form.Tim Graham
2014-03-29Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham
2014-01-18Fixed #21659 -- Modified the registration/password_change_form.html admin tem...Tim Graham
2013-07-27Fixed #18511 -- Cleaned up admin password reset template titles.Serge G. Spaolonzi
2013-05-25Fixed #20455 -- Do not use ngettext for undefined pluralsMarc Egli
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2011-12-01Updated uses of i18n.blocktrans template tag to use the new more compact synt...Ramiro Morales
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-04Reverted most of [16051], because it was thoroughly incorrect (whatever some ...Luke Plant
2011-04-20Fixed various validation errors caught by the validator.nu HTML5 validator.Luke Plant
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-01-12Make use of new ability to override admin add form templates and removed a li...Jannis Leidel
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2008-09-21Fixed 8984: Only include a "Documentation" link on change password and change...Karen Tracey
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty
2008-08-23Updated password change template (in admin templates) to use current formMalcolm Tredinnick
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2007-09-20Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` tem...Gary Wilson Jr
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-27Fixed #1274 -- Fixed broken link in navigation in admin password-change templ...Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty