From 6fcc55a442d52c251408566f6bc924b15cef0bb3 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Sat, 19 Nov 2011 08:38:13 +0530 Subject: ENH: Fixing login/registration forms and uname/pwd The login and registration forms are now rendered as tables which looks much nicer. The username now can take letters, digits, period and underscore. The password can take letters, digits and punctuation. --- templates/exam/login.html | 4 +++- templates/exam/register.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'templates/exam') diff --git a/templates/exam/login.html b/templates/exam/login.html index b8594f4..8f0ef6c 100644 --- a/templates/exam/login.html +++ b/templates/exam/login.html @@ -9,7 +9,9 @@ Please login to proceed.
diff --git a/templates/exam/register.html b/templates/exam/register.html index d002570..921e7b5 100644 --- a/templates/exam/register.html +++ b/templates/exam/register.html @@ -7,7 +7,9 @@ Please provide the following details. -- cgit