Ticket #8052: password_change_8052.diff
File password_change_8052.diff, 775 bytes (added by , 16 years ago) |
---|
-
django/contrib/admin/templates/registration/password_change_form.html
1 1 {% extends "admin/base_site.html" %} 2 2 {% load i18n %} 3 {% block userlinks %}<a href="../doc/">{% trans 'Documentation' %}</a> / {% trans 'Change password' %} / <a href="../logout/">{% trans 'Log out' %}</a>{% endblock %}4 3 {% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> › {% trans 'Password change' %}</div>{% endblock %} 5 4 6 5 {% block title %}{% trans 'Password change' %}{% endblock %}