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

Reset Your Password

Please enter your new password below

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

Password must be at least 8 characters

Need a new reset link? Request password reset again

{% endblock %}