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

@ -17,6 +17,12 @@
<div class="box">
{{template "messages" .}}
{{template "content" .}}
<div class="content is-small has-text-centered" hx-boost="true">
<a href="{{call .ToURL "login"}}">Login</a> &#9676;
<a href="{{call .ToURL "register"}}">Create an account</a> &#9676;
<a href="{{call .ToURL "forgot_password"}}">Forgot password?</a>
</div>
</div>
</div>
</div>