Move controller to the template renderer (#68)

This commit is contained in:
Mike Stefanello 2024-06-15 15:34:24 -04:00 committed by GitHub
parent 6a7070a729
commit 5531e0bec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 654 additions and 679 deletions

View file

@ -1,5 +1,5 @@
{{define "content"}}
<form method="post" hx-boost="true" action="{{url "forgot_password.post"}}">
<form method="post" hx-boost="true" action="{{url "forgot_password.submit"}}">
<div class="content">
<p>Enter your email address and we'll email you a link that allows you to reset your password.</p>
</div>