{% extends "settings/base.html" %} {% block subtitle %}Login & Security{% endblock %} {% block content %}
{% csrf_token %}
Login {% include "forms/_field.html" with field=form.email %}
Password

To change your password, please trigger a password reset.

{% endblock %}