From 9d7ab1e7d4a63345bbd441148b8b1df7a4bea3b8 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 28 Jul 2021 21:29:23 +0100 Subject: [PATCH] . --- sbas/templates/sbas/exam_start.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 sbas/templates/sbas/exam_start.html diff --git a/sbas/templates/sbas/exam_start.html b/sbas/templates/sbas/exam_start.html new file mode 100755 index 00000000..adfa3495 --- /dev/null +++ b/sbas/templates/sbas/exam_start.html @@ -0,0 +1,17 @@ +{% extends 'base.html' %} + +{% block content %} + +

{{exam.name}}

+ + + + + + +{% endblock %}