diff --git a/plinth/modules/users/templates/users_change_password.html b/plinth/modules/users/templates/users_change_password.html index fa2e36e55..6ac0a2b76 100644 --- a/plinth/modules/users/templates/users_change_password.html +++ b/plinth/modules/users/templates/users_change_password.html @@ -21,24 +21,20 @@ {% load bootstrap %} {% load i18n %} -{% block content_row %} -
+ {% blocktrans trimmed %} + Choose a username and password to access this web interface. + The password can be changed later. This user will be granted + administrative privileges. Other users can be added later. + {% endblocktrans %} +
-- {% blocktrans trimmed %} - Choose a username and password to access this web interface. - The password can be changed later. This user will be granted - administrative privileges. Other users can be added later. - {% endblocktrans %} -
+ - -+ {% url 'users:change_password' object.username as change_password_url %} -
- {% url 'users:change_password' object.username as change_password_url %} + {% blocktrans trimmed %} + Use the change password form + to change the password. + {% endblocktrans %} +
- {% blocktrans trimmed %} - Use the change password form - to change the password. - {% endblocktrans %} - + -