Files
enviPy-bayer/templates/actions/objects/joblog.html
2025-12-15 08:48:28 +13:00

11 lines
272 B
HTML

{% if job.is_result_downloadable %}
<li>
<a
class="button"
onclick="document.getElementById('download_job_result_modal').showModal(); return false;"
>
<i class="glyphicon glyphicon-floppy-save"></i> Download Result</a
>
</li>
{% endif %}