This commit is contained in:
Ross
2021-09-11 14:22:21 +01:00
parent e3fbde8e39
commit 04aa5689aa
3 changed files with 14 additions and 10 deletions
@@ -10,15 +10,6 @@
Edit</a>
<h1>Exam: {{ exam.name }}</h1>
{% if notes %}
<div class="alert alert-warning" role="alert">
The following questions have active notes
{% for note in notes %}
{{note}}
{% endfor %}
</div>
{% endif %}
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.<br />
<div class="parent-help" title="">