From 82c5941ab54bb13ff65b19969199e2a64d3f918c Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Fri, 28 Sep 2018 11:20:17 -0400 Subject: [PATCH] Add title to fin-ver alert modal --- templates/requests/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/requests/index.html b/templates/requests/index.html index f1098464..8d74d497 100644 --- a/templates/requests/index.html +++ b/templates/requests/index.html @@ -17,6 +17,7 @@ {% endcall %} {% call Modal(name='pendingCCPOApproval', dismissable=True) %} +

Financial Verification submitted!

{% include 'fragments/pending_ccpo_approval_modal.html' %}