Merge pull request #2271 from GSA/1706-updaterevise-status-banner-on-confirmation-page

This commit is contained in:
Beverly Nguyen
2025-01-27 09:35:48 -08:00
committed by GitHub
3 changed files with 52 additions and 14 deletions

View File

@@ -11,7 +11,18 @@
{% block maincolumn_content %}
{{ page_header("Message status") }}
{{ partials['status']|safe }}
{% if not job.processing_finished %}
<div
data-module="update-content"
data-resource="{{ updates_url }}"
data-key="status"
data-form=""
>
{% endif %}
{{ partials['status']|safe }}
{% if not job.processing_finished %}
</div>
{% endif %}
{% if not finished %}
<div
data-module="update-content"