Changeset 733
- Timestamp:
- 09/29/05 17:39:15 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/i18n/django/conf/admin_templates/registration/password_change_form.html
r730 r733 3 3 {% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% i18n _('Home') %}</a> › {% i18n _('Password change') %}</div>{% endblock %} 4 4 5 {% block title %}{% _('Password change') %}{% endblock %}5 {% block title %}{% i18n _('Password change') %}{% endblock %} 6 6 7 7 {% block content %}
