From 1ee0a21dfe192a61279bd51e1f3799903045f4d3 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 10 May 2013 22:03:08 +0000 Subject: Sign in template looking even better --- wqflask/wqflask/templates/security/login_user.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/security/login_user.html b/wqflask/wqflask/templates/security/login_user.html index 76f28094..f3465a80 100644 --- a/wqflask/wqflask/templates/security/login_user.html +++ b/wqflask/wqflask/templates/security/login_user.html @@ -1,13 +1,23 @@ {% from "security/_macros.html" import render_only_errors %} {% include "security/_messages.html" %} +

Don't have an account?

+ +
+ Create a new account +
+ +
+ +

Already have an account?

+ +
Sign in here
+
{{ login_user_form.hidden_tag() }}
- - Sign in - +
@@ -40,7 +50,7 @@ - +
-- cgit 1.4.1