display alert on requests index page when requests are pending CCPO approval
This commit is contained in:
@@ -42,6 +42,12 @@
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if pending_ccpo_approval %}
|
||||
|
||||
{{ Alert('Request submitted. Approval pending.', fragment="fragments/pending_ccpo_approval_alert.html") }}
|
||||
|
||||
{% endif %}
|
||||
|
||||
<div class="col col--grow">
|
||||
|
||||
<form class='search-bar'>
|
||||
|
Reference in New Issue
Block a user