[git fast commit] 13. Nov 2021 - 20:47:27

This commit is contained in:
Yannik Schmidt
2021-11-13 20:47:27 +01:00
parent 9cb71a53d0
commit defcc3a348
2 changed files with 42 additions and 4 deletions

View File

@@ -50,7 +50,7 @@
<button name="delete" value="{{ bd.docName }}">Löschen</button>
</form>
<form onsubmit="return confirm('Wirklich als erledigt markieren?')"
action="/mark-done" method="PATCH">
action="/document-status" method="POST">
<button name="done" value="{{ bd.docName }}">Erledigt</button>
</form>
</td>