Ticket #3269: change_pass_i18n.diff
File change_pass_i18n.diff, 620 bytes (added by , 18 years ago) |
---|
-
django/contrib/admin/templates/admin/auth/user/change_password.html
old new 25 25 </p> 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"> 31 31