{% 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 }} Email {{ form.email }} {{ form.email.errors }} Send reset link Back to sign in {% endblock %}
Enter the email on your account. We will send a reset link if it matches.
Back to sign in