django1/django/contrib/admin/templates/registration
Gary Wilson Jr fa7aa7255c Fixed #9732 -- Added missing close paragraph tag to password reset confirmation template, thanks casseen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9599 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-08 05:41:28 +00:00
..
logged_out.html MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
password_change_done.html Fixed 8984: Only include a "Documentation" link on change password and change password done pages if admin docs have been configured. 2008-09-21 16:15:09 +00:00
password_change_form.html Fixed 8984: Only include a "Documentation" link on change password and change password done pages if admin docs have been configured. 2008-09-21 16:15:09 +00:00
password_reset_complete.html Added a login link to the password reset completion screen. 2008-08-01 16:13:12 +00:00
password_reset_confirm.html Fixed #9732 -- Added missing close paragraph tag to password reset confirmation template, thanks casseen. 2008-12-08 05:41:28 +00:00
password_reset_done.html Fixed #7723 - implemented a secure password reset form that uses a token and prompts user for new password. 2008-07-31 20:47:53 +00:00
password_reset_email.html Fixed #8129: Modified the password reset email template to use a URL lookup, so that the email doesn't require customization based on the way that the reset view is deployed. Thanks to davenaff for the report and fix. 2008-08-24 08:51:33 +00:00
password_reset_form.html Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding 2008-09-08 05:19:28 +00:00