{% extends 'registration/registration_base.html' %} {% block title %}Change password{% endblock %} {% block registration_block %}
{{ form.old_password.errors.0 }}

{{ form.new_password1.errors.0 }}

{{ form.new_password2.errors.0 }}

{{ form.non_field_errors.0 }}
{% endblock registration_block %}