From db9593c5719e3e2514b9a471696f983a45202199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 2 Mar 2020 16:43:47 +0200 Subject: [PATCH] Unused, removing. --- hc/front/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hc/front/views.py b/hc/front/views.py index cd074db8..3782f652 100644 --- a/hc/front/views.py +++ b/hc/front/views.py @@ -283,7 +283,6 @@ def serve_doc(request, doc="introduction"): "SITE_ROOT": settings.SITE_ROOT, "PING_ENDPOINT": settings.PING_ENDPOINT, "IMG_URL": os.path.join(settings.STATIC_URL, "img/docs"), - "PING_EMAIL": "your-uuid-here@%s" % settings.PING_EMAIL_DOMAIN, } content = open(path, "r", encoding="utf-8").read()