summaryrefslogtreecommitdiff
path: root/templ/login.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templ/login.tpl')
-rw-r--r--templ/login.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templ/login.tpl b/templ/login.tpl
index 40d49c9..d704365 100644
--- a/templ/login.tpl
+++ b/templ/login.tpl
@@ -1,6 +1,6 @@
{{define "body"}}
<form action="/login" method="post">
- {{inputs_for .}}
+ {{inputs_and_errors_for . .Errors}}
<button type="submit">Log In!</button>
</form>
{{end}} \ No newline at end of file