mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
changed pending state
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
{% elif job.processing_started %}
|
{% elif job.processing_started %}
|
||||||
Sending since {{job.processing_started|format_datetime_table}}
|
Sending since {{job.processing_started|format_datetime_table}}
|
||||||
{% else %}
|
{% else %}
|
||||||
Created at {{job.created_at|format_datetime_table}}
|
Pending since {{job.created_at|format_datetime_table}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user