{% extends 'layouts/base-fullscreen.html' %} {% block content %}

Password Change

Change your password here

{% csrf_token %} {% for field in form %}
{{ field }}
{{ field.errors }} {% endfor %} Go to dashboard
{% endblock content %}