Make non-reusable files also deleteable without downloading at all times
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 9s

This commit is contained in:
2026-01-10 19:22:31 +09:00
parent f9fca8c044
commit 10b143193b

View File

@@ -98,9 +98,7 @@
{% endif %}
</td>
<td>
{% if file.reusable %}
<a href="/delete/{{ file.code }}" style="color: red;">Delete</a>
{% endif %}
</td>
</tr>
{% endfor %}