Adds field on import job to check if job completed
the task isn't a reliable indicator, unfortunately.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<p>
|
||||
Import started: {{ job.created_date | naturaltime }}
|
||||
</p>
|
||||
{% if task.successful %}
|
||||
{% if job.complete %}
|
||||
<p>
|
||||
Import completed: {{ task.date_done | naturaltime }}
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user