From 1f11ffd64636600233243344da3f63aa2ad81640 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 12 Nov 2020 14:11:39 -0800 Subject: [PATCH] Uses task.ready for checking if the job is running --- bookwyrm/templates/import_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/import_status.html b/bookwyrm/templates/import_status.html index d091e3033..c1dbb26e2 100644 --- a/bookwyrm/templates/import_status.html +++ b/bookwyrm/templates/import_status.html @@ -18,7 +18,7 @@
- {% if task.status == 'PENDING' %} + {% if not task.ready %} Import still in progress.

(Hit reload to update!)