summaryrefslogtreecommitdiff
path: root/templates/exam/register.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/exam/register.html')
-rw-r--r--templates/exam/register.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/exam/register.html b/templates/exam/register.html
new file mode 100644
index 0000000..414da72
--- /dev/null
+++ b/templates/exam/register.html
@@ -0,0 +1,7 @@
+Please provide the following details before you start the test.
+<form action="" method="post">
+{% csrf_token %}
+
+{{ form.as_p }}
+<input type="submit" value="submit">
+</form>