use callable form of alert macro for request changes alert

This commit is contained in:
dandds 2018-09-17 09:15:58 -04:00
parent 8359a2a079
commit 66ab56e518

View File

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