Changed URL patterns to be more specific

This commit is contained in:
2024-04-03 20:24:54 +02:00
parent ca70fa6d4d
commit a3c53b1b20
13 changed files with 55 additions and 55 deletions

View File

@ -4,8 +4,8 @@
<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" />
<button class="btn" hx-get="/hub/" hx-target="#page-content">Abbrechen</button>
<input class="action-btn" type="submit" value="Anlegen" hx-post="/add-tag" hx-target="#page-content" />
<button class="btn" hx-get="/hub" hx-target="#page-content">Abbrechen</button>
</div>
</form>