Improve form and template usage (#66)
* Improve form and template usage.
This commit is contained in:
parent
5f66b0ee71
commit
97bef0257e
22 changed files with 341 additions and 274 deletions
|
|
@ -19,9 +19,9 @@
|
|||
{{template "content" .}}
|
||||
|
||||
<div class="content is-small has-text-centered" hx-boost="true">
|
||||
<a href="{{call .ToURL "login"}}">Login</a> ◌
|
||||
<a href="{{call .ToURL "register"}}">Create an account</a> ◌
|
||||
<a href="{{call .ToURL "forgot_password"}}">Forgot password?</a>
|
||||
<a href="{{url "login"}}">Login</a> ◌
|
||||
<a href="{{url "register"}}">Create an account</a> ◌
|
||||
<a href="{{url "forgot_password"}}">Forgot password?</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue