{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}Set Up Email Notifications - {% site_name %}{% endblock %} {% block content %}

Email

Get an email message when check goes up or down.

{% if use_verification %}

Requires confirmation. After entering an email address, {% site_name %} will send out a confirmation link. Only confirmed addresses receive notifications.

{% endif %}

Integration Settings

{% csrf_token %}
{% if form.value.errors %}
{{ form.value.errors|join:"" }}
{% endif %}
{% endblock %}