Changed URL patterns to be more specific
This commit is contained in:
@ -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}}
|
||||
|
Reference in New Issue
Block a user