From 8c002a7d5fed7f4a452ce9ca1c02638c45310125 Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Tue, 31 Jan 2012 18:19:21 +0530 Subject: updated login form (new UI) with forgot password link --- testapp/templates/exam/login.html | 47 ++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 8e6352e..9420903 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -3,18 +3,49 @@ {% block title %}Login{% endblock title %} {% block content %} -

Welcome to the Examination. -Please login to proceed.

- + + +
+
+ +
+
+

Login


{% csrf_token %} - + +
{{ form.as_table }} -
+ - +
 
+
Forgot Password?

+
New User? Sign-Up
- -New User Registration +
+
+
+ + +
+ + + + + {% endblock content %} \ No newline at end of file -- cgit