From fc18652afa25fde3bbf86fd06be7fb0cba68dbe7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C4=93teris=20Caune?=
Date: Thu, 17 Jan 2019 15:42:23 +0200
Subject: [PATCH] Remove a hchk.io reference from docs.
---
hc/front/views.py | 1 +
templates/front/docs.html | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/hc/front/views.py b/hc/front/views.py
index 748bb0a4..2a4a55ec 100644
--- a/hc/front/views.py
+++ b/hc/front/views.py
@@ -213,6 +213,7 @@ def docs(request):
"section": "home",
"ping_endpoint": settings.PING_ENDPOINT,
"ping_email": "your-uuid-here@%s" % settings.PING_EMAIL_DOMAIN,
+ "ping_email_domain": settings.PING_EMAIL_DOMAIN,
"ping_url": settings.PING_ENDPOINT + "your-uuid-here"
}
diff --git a/templates/front/docs.html b/templates/front/docs.html
index 48918bf8..3f9903ab 100644
--- a/templates/front/docs.html
+++ b/templates/front/docs.html
@@ -273,9 +273,9 @@ using the "-command" argument:
The solution: set up another check, and add its
- @hchk.io address to your list of recipient email addresses. Set its
- Period to 1 week. As long as your weekly email script runs correctly,
- the check will be regularly pinged and will stay up.
+ @{{ ping_email_domain }} address to your list of recipient email addresses.
+ Set its Period to 1 week. As long as your weekly email script runs
+ correctly, the check will be regularly pinged and will stay up.