Kaydet (Commit) 2144a2c2 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

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
üst 3f6fd5df
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment