{% extends "registration/registration_base.html" %} {% block page-title %}Reset password - {{ block.super }}{% endblock %} {% block body-class %}{{ block.super }} static{% endblock %} {% block banner %}

Settings Account Information

{% endblock %} {% block content %} {% include "accounts/nav.html" %}
{% if form.errors %}
{{ form.errors }}
{% endif %}

If you change your password, make sure to remember it for the next time you login.

{% csrf_token %}
{{ form.old_password }}
{{ form.new_password1 }}
{{ form.new_password2 }}
{% endblock %}