{% extends "auth_base.html" %} {% block title %}Reset Password - The Weather Monitor{% endblock %} {% block content %}

Reset Your Password

Enter a new password below.
{% if error %}
{{ error }}
{% endif %}

Username: {{ username or "Pending" }}

Name: {{ full_name or "Pending" }}

Home Site: {{ home_site or "Pending" }}

{% endblock %}