#294 harmonize the name of the passwort settings page.

This commit is contained in:
Oskar Hahn 2012-07-13 11:24:41 +02:00
parent 66b853a10a
commit 1b0a9b27ef
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% endblock %}
{% block content %}
<h1>{% trans "New password" %}</h1>
<h1>{% trans "Password Settings" %}</h1>
<form action="" method="post">{% csrf_token %}
{{ form.as_p }}