From a441f6033d14da5c51a59f5e37120e48795f7836 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Fri, 21 Sep 2018 14:35:03 -0400 Subject: [PATCH] Add a temporary alert to let people know comment form is fake --- templates/requests/approval.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/requests/approval.html b/templates/requests/approval.html index 009314fe..64b150aa 100644 --- a/templates/requests/approval.html +++ b/templates/requests/approval.html @@ -32,6 +32,11 @@ + {{ Alert('Comments and comment form are fake!', + message="

Please note, the comments and comment form below are just mocked out. Submitting it will do nothing. These will be hooked up to real functionality shortly.

Engineer: please remove this alert when you do your thing.

", + level='warning' + ) }} +