From 3d9a9094e9a4d7ae381cb68001d073a8170c3f0d Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Tue, 9 Apr 2019 14:19:04 -0500 Subject: [PATCH] Improve basic alert instructions --- gracedb/templates/alerts/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gracedb/templates/alerts/index.html b/gracedb/templates/alerts/index.html index c5e280448..13238b2ea 100644 --- a/gracedb/templates/alerts/index.html +++ b/gracedb/templates/alerts/index.html @@ -25,8 +25,15 @@ <p> This is the central page for managing phone and email alerts. From here, you can create new contacts and notifications, edit or delete existing ones, and test and verify contacts. -Here's a link to some more detailed <a href="{% url "home" %}documentation/notifications.html">documentation</a> on phone and email alerts, including how to create contacts and notifications. </p> +<p>The general procedure is:</p> +<ul> + <li>Create a contact</li> + <li>Verify that contact</li> + <li>Create a notification</li> +</ul> + +<p>More detailed documentation is provided <a href="{% url "home" %}documentation/notifications.html">here</a>.</p> <p><b>Note:</b> email alerts in ER14 and O3 will come from the <b><code style="font-size: 1.8rem;">gravitationalwave.services</code></b> domain.</p> </div> -- GitLab