From 6f66effc7e829401e01d4df5891f5b585cd94e76 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Thu, 10 Nov 2011 19:01:59 +0530 Subject: ENH: User registration and login --- templates/exam/login.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/exam/login.html (limited to 'templates/exam') diff --git a/templates/exam/login.html b/templates/exam/login.html new file mode 100644 index 0000000..c8e27e4 --- /dev/null +++ b/templates/exam/login.html @@ -0,0 +1,12 @@ +
Welcome to the Examination. +Please login to proceed.
+ + + +New User Registration -- cgit From aeb50765bdcb5e94bcd07d22f2cfa8f692e13911 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Thu, 10 Nov 2011 19:05:10 +0530 Subject: ENH: created user registration and login --- templates/exam/register.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'templates/exam') diff --git a/templates/exam/register.html b/templates/exam/register.html index 414da72..c0d0cb7 100644 --- a/templates/exam/register.html +++ b/templates/exam/register.html @@ -1,7 +1,13 @@ -Please provide the following details before you start the test. +{% if form %} +Please provide the following details. +{% else %} +Congratulations {{ full_name }}! You have successfully registered.