mirror of
https://github.com/django/django.git
synced 2025-07-04 01:39:20 +00:00
fixed a missing i18n command in the password changing form
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e3b2fbf6ad
commit
828ca2572d
@ -2,7 +2,7 @@
|
||||
|
||||
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% i18n _('Home') %}</a> › {% i18n _('Password change') %}</div>{% endblock %}
|
||||
|
||||
{% block title %}{% _('Password change') %}{% endblock %}
|
||||
{% block title %}{% i18n _('Password change') %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user