diff --git a/templates/requests/comment.html b/templates/requests/comment.html index 9d76e3dd..2558ff90 100644 --- a/templates/requests/comment.html +++ b/templates/requests/comment.html @@ -1,5 +1,9 @@ {% from "components/alert.html" import Alert %} -{{ Alert('Changes Requested', - message="

CCPO has requested changes to your submission with the following notes:
" + review_comment + "
Please contact info@jedi.cloud or 123-123-4567 for further discussion.

", - level='warning') }} +{% call Alert('Changes Requested', level='warning') %} +

CCPO has requested changes to your submission with the following notes: +
+ {{ review_comment }} +
+ Please contact info@jedi.cloud or 123-123-4567 for further discussion.

+{% endcall %}