From abebdca52787bd4882bba42729ecd0f92a0ffe5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 23 Mar 2020 12:01:40 +0200 Subject: [PATCH] Docs: PING_URL substitution got lost during refactoring, adding it back --- hc/front/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hc/front/views.py b/hc/front/views.py index 22c1404d..bc547b35 100644 --- a/hc/front/views.py +++ b/hc/front/views.py @@ -282,6 +282,7 @@ def serve_doc(request, doc="introduction"): "SITE_NAME": settings.SITE_NAME, "SITE_ROOT": settings.SITE_ROOT, "PING_ENDPOINT": settings.PING_ENDPOINT, + "PING_URL": settings.PING_ENDPOINT + "your-uuid-here", "IMG_URL": os.path.join(settings.STATIC_URL, "img/docs"), }