Uses task.ready for checking if the job is running
This commit is contained in:
parent
932b4f8b81
commit
1f11ffd646
@ -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!)
|
||||
|
Loading…
x
Reference in New Issue
Block a user