{% extends "registration/base.html" %} {% block title %}Change password{% endblock %} {% block content %}
Your password has been updated.
Now you can sign in
{% else %}Hello, you can select a new password below for your user {{ username }}.
{% endif %}