rename passwort change page
This commit is contained in:
parent
4e0f8670f1
commit
b8a77e5abe
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user