small bug fixes

This commit is contained in:
2024-08-30 15:58:09 +02:00
parent c52e35bf0b
commit 2b2ab0d428
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<form>
<input required name="tag" placeholder="Tag eingeben" type="text" />
<div class="btn-area">
<input class="action-btn" type="submit" value="Anlegen" hx-post="/add-tag" hx-target="#page-content" />
<input class="action-btn" type="submit" value="Anlegen" hx-post="/tag/add" hx-target="#page-content" />
<button class="btn" hx-get="/hub" hx-target="#page-content">Abbrechen</button>
</div>
</form>