mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 11:19:44 -04:00
This reverts commit 651584d056.
Should be safe to turn the AJAX back on now it’s not going to
denial-of-service any slow pages.
13 lines
352 B
HTML
13 lines
352 B
HTML
<div
|
|
{% if not finished %}
|
|
data-module="update-content"
|
|
data-resource="{{url_for(".view_job_updates", service_id=current_service.id, job_id=job.id)}}"
|
|
data-key="status"
|
|
aria-live="polite"
|
|
{% endif %}
|
|
>
|
|
<p class='heading-small'>
|
|
Uploaded by {{ job.created_by.name }} on {{ job.created_at|format_datetime_short }}
|
|
</p>
|
|
</div>
|