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" %}
|
{% 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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue