{% extends "base.html" %} {% set hide_header = true %} {% set hide_footer = true %} {% block title %}Forgot Password - Ursa Customer Portal{% endblock %} {% block content %}

Reset your password

Enter your email address and we'll send you a verification code

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
We'll send a verification code to this email
{% endblock %}