Added ability to delete articles

This commit is contained in:
2024-08-25 06:35:15 +02:00
parent a318a265d4
commit 5474b17ce5
6 changed files with 183 additions and 1 deletions

View File

@ -31,6 +31,7 @@
<h2>Herausgeber</h2>
<div class="grid grid-cols-2 gap-4">
<button class="btn" hx-get="/this-issue" hx-target="#page-content">Diese Ausgabe</button>
<button class="btn" hx-get="/published-articles" hx-target="#page-content">Artikel löschen</button>
</div>
</div>
{{end}}