mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-18 12:05:18 +00:00
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…
Reference in a new issue