Moves if to the right place
This commit is contained in:
parent
85d1760b97
commit
3f038b4d67
1 changed files with 1 additions and 1 deletions
|
@ -75,9 +75,9 @@
|
|||
{% trans "Active" %}
|
||||
{% endif %}
|
||||
</span>
|
||||
{% if job.complete and not job.status == "stopped" and not job.status == "failed" %}
|
||||
</td>
|
||||
<td>
|
||||
{% if job.complete and not job.status == "stopped" and not job.status == "failed" %}
|
||||
<p>
|
||||
<a download="" href="/preferences/user-export/{{ job.task_id }}">
|
||||
<span class="icon icon-download" aria-hidden="true"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue