From 1b0a9b27ef6d2a31694b55ec4fe7659c7dcb250f Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Fri, 13 Jul 2012 11:24:41 +0200 Subject: [PATCH] #294 harmonize the name of the passwort settings page. --- .../participant/templates/participant/password_change.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/participant/templates/participant/password_change.html b/openslides/participant/templates/participant/password_change.html index f420d83cb..edfae881b 100644 --- a/openslides/participant/templates/participant/password_change.html +++ b/openslides/participant/templates/participant/password_change.html @@ -13,7 +13,7 @@ {% endblock %} {% block content %} -

{% trans "New password" %}

+

{% trans "Password Settings" %}

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