Changeset 4302
- Timestamp:
- 01/10/07 16:34:37 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/admin/templates/admin/auth/user/change_password.html
r4266 r4302 26 26 {% endif %} 27 27 28 <p>{% blocktrans with original.username|escape as username %}Enter a new username andpassword for the user <strong>{{ username }}</strong>.{% endblocktrans %}</p>28 <p>{% blocktrans with original.username|escape as username %}Enter a new password for the user <strong>{{ username }}</strong>.{% endblocktrans %}</p> 29 29 30 30 <fieldset class="module aligned">
