diff options
author | Nishanth Amuluru | 2011-11-10 22:10:26 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-11-10 22:10:26 +0530 |
commit | f569c1f1cea65f744f42941b5d7e75b49350d442 (patch) | |
tree | 23b1cb67582a49d93523aaa7ad3a1bbf81dacb02 /templates | |
parent | 5b2d3d506e277d57bae9a8b90dd348225347d486 (diff) | |
download | online_test-f569c1f1cea65f744f42941b5d7e75b49350d442.tar.gz online_test-f569c1f1cea65f744f42941b5d7e75b49350d442.tar.bz2 online_test-f569c1f1cea65f744f42941b5d7e75b49350d442.zip |
Users will be directed to the exam automatically after they register
Diffstat (limited to 'templates')
-rw-r--r-- | templates/exam/register.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/exam/register.html b/templates/exam/register.html index c0d0cb7..2ffc140 100644 --- a/templates/exam/register.html +++ b/templates/exam/register.html @@ -1,4 +1,3 @@ -{% if form %} Please provide the following details. <form action="" method="post"> {% csrf_token %} @@ -7,7 +6,3 @@ Please provide the following details. <input type="submit" value="Register" /> </form> -{% else %} -Congratulations {{ full_name }}! You have successfully registered.<br /> -Please proceed to <a href="/exam/login/">Login</a>. -{% endif %} |