From f8dee92b54a3b5f727ec574158c0faa7c5774241 Mon Sep 17 00:00:00 2001 From: Artem Tarasov Date: Wed, 6 May 2015 14:05:21 +0300 Subject: email and pass validation --- .../wqflask/templates/new_security/login_user.html | 43 +++++++++++++++++++--- 1 file changed, 38 insertions(+), 5 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/new_security/login_user.html b/wqflask/wqflask/templates/new_security/login_user.html index 81e8b53a..a66a85d6 100755 --- a/wqflask/wqflask/templates/new_security/login_user.html +++ b/wqflask/wqflask/templates/new_security/login_user.html @@ -24,18 +24,18 @@

Already have an account? Sign in here.

-
+
-
+
-
+

Forgot your password?
@@ -45,14 +45,14 @@
-
+
Remember me
-
+
@@ -66,9 +66,42 @@ {% endblock %} +{% block css %} + +{% endblock %} + {% block js %} + + + {% include "new_security/_scripts.html" %} {% endblock %} -- cgit v1.2.3