Link import job to import status and display status on status page.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user