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' + ) }} +