summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorNishanth Amuluru2011-11-10 22:10:26 +0530
committerNishanth Amuluru2011-11-10 22:10:26 +0530
commitf569c1f1cea65f744f42941b5d7e75b49350d442 (patch)
tree23b1cb67582a49d93523aaa7ad3a1bbf81dacb02 /templates
parent5b2d3d506e277d57bae9a8b90dd348225347d486 (diff)
downloadonline_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.html5
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 %}