{% extends "registration/registration_base.html" %} {% block title %}Change password{% endblock %} {% block content %}
{% include "formtools/formerror.html" %} {% include "formtools/formfield.html" with field=form.old_password %} {% include "formtools/formfield.html" with field=form.new_password1 %} {% include "formtools/formfield.html" with field=form.new_password2 %} {% csrf_token %}
{% endblock %}