Commit 65c664c6 authored by Michal Čihař's avatar Michal Čihař

Include link for password change

parent f06fcf29
......@@ -22,6 +22,11 @@
{{ form.as_table }}
</table>
</fieldset>
<fieldset>
<legend>{% trans "Password" %}</legend>
{% url 'django.contrib.auth.views.password_change' as pw_url %}
{% blocktrans %}You can change password on <a href="{{ pw_url }}">separate page</a>.{% endblocktrans %}
</fieldset>
<input type="submit" value="{% trans "Save "%}" class="button" />
</form>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment