Uses task.ready for checking if the job is running
This commit is contained in:
parent
932b4f8b81
commit
1f11ffd646
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block">
|
<div class="block">
|
||||||
{% if task.status == 'PENDING' %}
|
{% if not task.ready %}
|
||||||
Import still in progress.
|
Import still in progress.
|
||||||
<p>
|
<p>
|
||||||
(Hit reload to update!)
|
(Hit reload to update!)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue