mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-09 16:28:32 +01:00
fix delete
This commit is contained in:
@@ -43,6 +43,12 @@
|
||||
{% endif %}">
|
||||
{{ bd.customer }}</td>
|
||||
<td style="line-height: 45px;">{{ bd.pdfDate.strftime("%Y/%m/%d") }}</td>
|
||||
<td style="line-height: 45px;">
|
||||
<form onsubmit="return confirm('Wirklich unwideruflich löschen?')"
|
||||
action="/get-file" method="DELETE">
|
||||
<button name="delete" value="{{ bd.docName }}">Löschen</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user