display review comment for financial verification that needs changes

This commit is contained in:
dandds
2018-09-14 11:33:02 -04:00
parent 7f9c7dcaec
commit 8359a2a079
5 changed files with 37 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
{% from "components/alert.html" import Alert %}
{{ Alert('Changes Requested',
message="<p>CCPO has requested changes to your submission with the following notes:<br>" + review_comment + "<br>Please contact info@jedi.cloud or 123-123-4567 for further discussion.</p>",
level='warning') }}