1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +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:
Georg Bauer 2005-09-29 22:39:15 +00:00
parent e3b2fbf6ad
commit 828ca2572d

View File

@ -2,7 +2,7 @@
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% i18n _('Home') %}</a> &rsaquo; {% i18n _('Password change') %}</div>{% endblock %} {% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% i18n _('Home') %}</a> &rsaquo; {% i18n _('Password change') %}</div>{% endblock %}
{% block title %}{% _('Password change') %}{% endblock %} {% block title %}{% i18n _('Password change') %}{% endblock %}
{% block content %} {% block content %}