{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
← Back to Login

Reset Password

Enter your email and we will send you a reset link

{% if sent %}
If an account with that email exists, a reset link has been sent. Check your email or server logs.
{% endif %} {% if errors %}
    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}
{% endblock %}