Merge pull request #356 from dod-ccpo/show-acceptance-modal-on-requests-index
Show acceptance modal on requests index
This commit is contained in:
commit
4b98c4c7db
@ -17,6 +17,7 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% call Modal(name='pendingCCPOApproval', dismissable=True) %}
|
{% call Modal(name='pendingCCPOApproval', dismissable=True) %}
|
||||||
|
<h1>Financial Verification submitted!</h1>
|
||||||
|
|
||||||
{% include 'fragments/pending_ccpo_approval_modal.html' %}
|
{% include 'fragments/pending_ccpo_approval_modal.html' %}
|
||||||
|
|
||||||
@ -25,6 +26,16 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
|
{% call Modal(name='pendingCCPOAcceptance', dismissable=True) %}
|
||||||
|
<h1>Request submitted!</h1>
|
||||||
|
|
||||||
|
{% include 'fragments/pending_ccpo_acceptance_alert.html' %}
|
||||||
|
|
||||||
|
<div class='action-group'>
|
||||||
|
<a v-on:click="closeModal('pendingCCPOAcceptance')" class='action-group__action usa-button'>Close</a>
|
||||||
|
</div>
|
||||||
|
{% endcall %}
|
||||||
|
|
||||||
{% if num_action_required %}
|
{% if num_action_required %}
|
||||||
{% set title -%}
|
{% set title -%}
|
||||||
Action required on {{ num_action_required }} requests.
|
Action required on {{ num_action_required }} requests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user