Added HTMX attributes to auth forms.
This commit is contained in:
parent
1dd8eb0cd7
commit
677193ccba
4 changed files with 10 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{{define "content"}}
|
||||
<form method="post">
|
||||
<form method="post" hx-boost="true">
|
||||
<div class="field">
|
||||
<label for="name" class="label">Name</label>
|
||||
<div class="control">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue