{% extends 'dashboard/new_base.html' %} {% block title %} Change Password {% endblock %} {% block content %}
Change Password
{% csrf_token %}
{% for field in form %}
{{ field }} {% if field.help_text %}

{{ field.help_text }}

{% endif %}
{% endfor %}

{% endblock %} {% block js_script %} {% endblock %}