use callable form of alert macro for request changes alert
This commit is contained in:
parent
8359a2a079
commit
66ab56e518
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user