Change Password

{% csrf_token %}
{% for field in change_password_form %}
{{ field }} {{ field.errors }}
{% endfor %}