{% extends "auth_base.html" %} {% block title %}Forgot Password - The Weather Monitor{% endblock %} {% block content %} Forgot Password Enter your username to receive a password reset link. {% if error %} {{ error }} {% endif %} {% if message %} {{ message }} {% endif %} Username Send Reset Link Back to login {% endblock %}