summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-19 16:57:37 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-19 16:57:37 +0200
commit0002c57163f2518bc949eb2b06c91422a63789e4 (patch)
tree2a3c170916be66c6e926f51f9f2d9e86ae8c47c8 /templates
parent70e8b81c75486475983a5efe3c129c98bf88cefd (diff)
downloadaCms-0002c57163f2518bc949eb2b06c91422a63789e4.tar.gz
aCms-0002c57163f2518bc949eb2b06c91422a63789e4.tar.bz2
remember logins and table for login form
Diffstat (limited to 'templates')
-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 %>