.
This commit is contained in:
@@ -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="">
|
||||
|
||||
Reference in New Issue
Block a user