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

Notification Settings Updated

Your changes have been submitted successfully.
Name{{ full_name or "" }}
Home Site{{ home_site or "" }}
Email Alerts{{ "Enabled" if email_enabled else "Disabled" }}
SMS Alerts{{ "Enabled" if sms_enabled else "Disabled" }}
Allow 5 to 10 minutes for changes to take effect.
{% endblock %}