From 5d4b181fd85ce6379ec05c1e9e24d0fc94fd8b60 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 1 May 2015 12:32:45 +0200 Subject: small template changes --- templates/login.tmpl | 13 ++++++++----- templates/master.tmpl | 3 ++- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'templates') 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() %>
-
<% csrf %> - - <% form as_table login %> -
-
+
<% csrf %> + + <% form as_table login %> +
+
+
+
+ Register for a new account here.
<% end template %> diff --git a/templates/master.tmpl b/templates/master.tmpl index 220e840..8db6b6a 100644 --- a/templates/master.tmpl +++ b/templates/master.tmpl @@ -32,7 +32,8 @@

<% include title( ) %>

<% if not empty username %> -

Logged in as <%= username %>

+

Logged in as <%= username %> + Logout

<% else %>

Currently not logged in

<% end %> -- cgit v1.2.3-54-g00ecf