1
0
Fork 0

Moves if to the right place

This commit is contained in:
Mouse Reeve 2023-11-06 09:42:58 -08:00
parent 85d1760b97
commit 3f038b4d67

View file

@ -75,9 +75,9 @@
{% trans "Active" %} {% trans "Active" %}
{% endif %} {% endif %}
</span> </span>
{% if job.complete and not job.status == "stopped" and not job.status == "failed" %}
</td> </td>
<td> <td>
{% if job.complete and not job.status == "stopped" and not job.status == "failed" %}
<p> <p>
<a download="" href="/preferences/user-export/{{ job.task_id }}"> <a download="" href="/preferences/user-export/{{ job.task_id }}">
<span class="icon icon-download" aria-hidden="true"></span> <span class="icon icon-download" aria-hidden="true"></span>