Refactor exam overview headers: comment out unused div for improved code clarity
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
<div>
|
<div>
|
||||||
<h1 class="h4 mb-1">Exam: {{ exam }}</h1>
|
<h1 class="h4 mb-1">Exam: {{ exam }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-2 mt-md-0">
|
{% comment %} <div class="mt-2 mt-md-0">
|
||||||
{% include "generic/exam_link_headers.html" %}
|
{% include "generic/exam_link_headers.html" %}
|
||||||
</div>
|
</div> {% endcomment %}
|
||||||
</div>
|
</div>
|
||||||
{% include 'exam_notes.html' %}
|
{% include 'exam_notes.html' %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user