{% extends "layouts/dashboard.html" %} {% block breadcrumbs %} {% endblock %} {% block content %}

Change password

Update the password you use to sign in. You'll stay signed in on this device.

{% csrf_token %} {% if form.non_field_errors %} {% endif %} {% for field in form %} {% include "components/forms/field.html" with field=field %} {% endfor %}
Cancel

Forgot your current password? Reset it by email instead.

{% endblock %}