rename passwort change page

This commit is contained in:
Oskar Hahn 2012-07-04 15:48:56 +02:00
parent 4e0f8670f1
commit b8a77e5abe
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}
<h1>{% trans "Change your password" %}</h1>
<h1>{% trans "New password" %}</h1>
<form action="" method="post">{% csrf_token %}
{{ form.as_p }}