Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiro

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-01-10 22:34:37 +00:00
parent 3f6fd5dfd1
commit 2144a2c23f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</p>
{% endif %}
<p>{% blocktrans with original.username|escape as username %}Enter a new username and password for the user <strong>{{ username }}</strong>.{% endblocktrans %}</p>
<p>{% blocktrans with original.username|escape as username %}Enter a new password for the user <strong>{{ username }}</strong>.{% endblocktrans %}</p>
<fieldset class="module aligned">