1
0
Fork 0

Link import job to import status and display status on status page.

This commit is contained in:
Adam Kelly 2020-04-22 14:16:46 +01:00
parent 22b2a95fd3
commit 60dabe442e
5 changed files with 31 additions and 2 deletions

View file

@ -16,6 +16,10 @@
<p>
{{ task.info }}
{% endif %}
{% if job.import_status %}
{% include 'snippets/status.html' with status=job.import_status %}
{% endif %}
{% else %}
Import still in progress.
<p>