display alert on requests index page when requests are pending CCPO approval

This commit is contained in:
dandds
2018-08-13 10:22:35 -04:00
parent 654f9231b5
commit 37bb0c5d30
3 changed files with 26 additions and 7 deletions

View File

@@ -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'>