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
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 9s
This commit is contained in:
@@ -98,9 +98,7 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if file.reusable %}
|
||||
<a href="/delete/{{ file.code }}" style="color: red;">Delete</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user