{% extends "did_auth/base.html" %} {% block title %}Reset Password{% endblock %} {% block content %}

Forgot your password?

No worries, we'll send you reset instructions.

{% csrf_token %}
{{ form.email }}
← Back to login
{% endblock %}