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.