Ticket #3269: change_pass_i18n.diff

File change_pass_i18n.diff, 620 bytes (added by ramiro <rm0 _at_ gmx.net>, 17 years ago)
  • django/contrib/admin/templates/admin/auth/user/change_password.html

    old new  
    2525    </p>
    2626{% endif %}
    2727
    28 <p>{% blocktrans with original.username|escape as username %}Enter a new username and password 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>
    2929
    3030<fieldset class="module aligned">
    3131
Back to Top