{% extends "auth_base.html" %} {% block title %}Change Notification Settings - The Weather Monitor{% endblock %} {% block content %}

Change Notification Settings

Enter your email address and phone number to request a secure link to manage your notification settings.
{% if error %}
{{ error }}
{% endif %} {% if message %}
{{ message }}
{% endif %}
{% endblock %}