{% extends "base.html" %} {% block title %}Forgot Password{% endblock %} {% block header_css %} {% endblock %} {% block content %}

Reset Your Password

{% if message %}
{{ message }}
{% endif %} {% if success %}

If an account exists with that email address, we have sent a password reset link.

The link will expire in 24 hours. Please check your inbox and spam folder.

Back to Login
{% else %}

Enter your email address and we'll send you a link to reset your password.

Back to Login
{% endif %}
{% endblock %}