Move "pending financial verification" alert

This commit is contained in:
richard-dds
2018-09-14 10:43:42 -04:00
parent bd0cf00a40
commit 6cd627f820
3 changed files with 10 additions and 11 deletions

View File

@@ -45,12 +45,6 @@
{% else %}
{% if pending_financial_verification %}
{{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }}
{% endif %}
{% if pending_ccpo_approval %}
{{ Alert('Request submitted. Approval pending.', fragment="fragments/pending_ccpo_approval_alert.html") }}