Added HTMX attributes to auth forms.

This commit is contained in:
mikestefanello 2021-12-24 15:38:14 -05:00
parent 1dd8eb0cd7
commit 677193ccba
4 changed files with 10 additions and 4 deletions

View file

@ -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">