{% extends "base.html" %} {% load static %} {% block title %} Reset Password {% endblock title %} {% block content %}
{% if app.app_logo %}
{{ app.app_name }} Logo
{% endif %} {% if not success %}

Reset your Password

Provide your email address, and we will send you a link to reset your password.

{% else %}
Email Sent!

Check your inbox for the email. If it is not there, please check your spam or junk folder.

{% if redirect %}

You will be redirected back in 5 seconds.

{% endif %} {% endif %} ← Back to Sign In
{% endblock content %}