{% extends 'base.html' %} {% block title %}Forgot Password - Quizzical Beats{% endblock %} {% block content %}

Forgot Password

Enter your email address and we'll send a reset link

{% for category, message in get_flashed_messages(with_categories=true) %}
{{ message }}
{% endfor %}

Need help? Contact support

{% endblock %}