{% extends "base.html" %} {% block title %}Reset password ยท {{ SITE_NAME }}{% endblock %} {% block content %} {% include "public/_breadcrumbs.html" with title="Reset password" %}

Reset password

Enter the email on your account. We will send a reset link if it matches.

{% csrf_token %} {{ form.non_field_errors }}
{{ form.email }} {{ form.email.errors }}

Back to sign in

{% endblock %}