WebApp-Kategorien bearbeiten

This commit is contained in:
hubobel 2026-06-20 16:27:02 +02:00
parent 9205d11802
commit f1e1c247ec
3 changed files with 175 additions and 0 deletions

View file

@ -55,11 +55,19 @@
</td>
<td>
<a href="/categories/edit/{{ category }}">
Bearbeiten
</a>
|
<a
href="/categories/delete/{{ category }}"
onclick="return confirm('Kategorie wirklich löschen?')">
Löschen
</a>
</td>
```