{% extends 'layouts/form.html' %} {% block title %}Reset Password{% endblock %} {% block content %}

Reset Password

{{ form.email(class_ = 'form-control first-input last-input', placeholder = form.email.label.text) }}

Login

Register

You must add database as well as Flask-Login to enable user management. See the Real Python course for more info!

{% endblock %}