forked from mirrors/bookwyrm
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 class="block">
|
||||
{% if task.status == 'PENDING' %}
|
||||
{% if not task.ready %}
|
||||
Import still in progress.
|
||||
<p>
|
||||
(Hit reload to update!)
|
||||
|
|
Loading…
Reference in a new issue