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

Successfully Reset!

Your password has been changed. Use your new password to sign in.

{% elif fatal_error %}

Something went wrong!

{{ fatal_error }}

Request new Link {% endif %} {% if parse %}

Reset your Password

Enter your new password below to reset.

{% if error %}

Error resetting

{{ error }}

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