summaryrefslogtreecommitdiff
path: root/templates/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.tmpl')
-rw-r--r--templates/login.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl
index 0082e49..f89cf93 100644
--- a/templates/login.tmpl
+++ b/templates/login.tmpl
@@ -9,7 +9,9 @@
<% template page_content() %>
<div>
<form method="post" action=""><% csrf %>
- <% form as_p login %>
+ <table>
+ <% form as_table login %>
+ </table>
</form>
</div>
<% end template %>