From b8a77e5abe793372833d796ce9ffb8072d9df3f6 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Wed, 4 Jul 2012 15:48:56 +0200 Subject: [PATCH] rename passwort change page --- .../participant/templates/participant/password_change.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}