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

@ -6,6 +6,6 @@
<input class="w-full" name="password" placeholder="Passwort" type="password" />
</div>
<input class="action-btn" type="submit" value="Anmelden" hx-post="/login/" hx-target="#page-content" />
<input class="action-btn" type="submit" value="Anmelden" hx-post="/login" hx-target="#page-content" />
</form>
{{end}}