summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/intro.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/templates/exam/intro.html')
-rw-r--r--testapp/templates/exam/intro.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html
index afa596b..ec1888a 100644
--- a/testapp/templates/exam/intro.html
+++ b/testapp/templates/exam/intro.html
@@ -27,7 +27,7 @@
</ul>
<p> We hope you enjoy taking this exam !!!</p>
- <form action="{{URL_ROOT}}/exam/start/" method="post" align="center">
+ <form action="{{URL_ROOT}}/exam/start/{{ paper_id }}/" method="post" align="center">
{% csrf_token %}
<center><button class="btn" type="submit" name="start">Start Exam!</button></center>
</form>