summaryrefslogtreecommitdiff
path: root/templates/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.tmpl')
-rw-r--r--templates/login.tmpl13
1 files changed, 8 insertions, 5 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl
index f89cf93..d4cc8a2 100644
--- a/templates/login.tmpl
+++ b/templates/login.tmpl
@@ -8,11 +8,14 @@
<% template page_content() %>
<div>
- <form method="post" action=""><% csrf %>
- <table>
- <% form as_table login %>
- </table>
- </form>
+ <form method="post" action=""><% csrf %>
+ <table>
+ <% form as_table login %>
+ </table>
+ </form>
+ </div>
+ <div>
+ Register for a new account <a href="<%= register_link %>">here</a>.
</div>
<% end template %>