Uses task.ready for checking if the job is running

This commit is contained in:
Mouse Reeve 2020-11-12 14:11:39 -08:00
parent 932b4f8b81
commit 1f11ffd646

View file

@ -18,7 +18,7 @@
</div>
<div class="block">
{% if task.status == 'PENDING' %}
{% if not task.ready %}
Import still in progress.
<p>
(Hit reload to update!)