{% extends "base.html" %} {% block title %}Reset Password — Friday Budgeting Pro{% endblock %} {% block content %}

Reset your password

{% if success %}
Password reset successfully. Sign in
{% else %} {% if error %}
{{ error }}
{% endif %}
{% endif %}

Back to login

{% endblock %}