diff --git a/openslides/participant/templates/participant/password_change.html b/openslides/participant/templates/participant/password_change.html index 2c291c050..e77cefd94 100644 --- a/openslides/participant/templates/participant/password_change.html +++ b/openslides/participant/templates/participant/password_change.html @@ -2,13 +2,13 @@ {% load i18n %} -{% block title %}{{ block.super }} - {%trans "Change your Password" %}{% endblock %} +{% block title %}{{ block.super }} - {%trans "New password" %}{% endblock %} {% block submenu %} {% endblock %} {% block content %} -

{% trans "Change your password" %}

+

{% trans "New password" %}

{% csrf_token %} {{ form.as_p }}