summaryrefslogtreecommitdiff
path: root/templates/exam
diff options
context:
space:
mode:
Diffstat (limited to 'templates/exam')
-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 %}