{% extends "registration/base.html" %} {% block title %}Change password{% endblock %} {% block content %}

Change password

{% if success %}

Your password has been updated.

Now you can sign in

{% else %}

Hello, you can select a new password below for your user {{ username }}.

{{ form }}
{% endif %}
{% endblock %}