Refactor exam overview headers: comment out unused div for improved code clarity

This commit is contained in:
Ross
2025-11-17 11:54:35 +00:00
parent a9cbb1303a
commit 5e78cc4603
@@ -7,9 +7,9 @@
<div>
<h1 class="h4 mb-1">Exam: {{ exam }}</h1>
</div>
<div class="mt-2 mt-md-0">
{% comment %} <div class="mt-2 mt-md-0">
{% include "generic/exam_link_headers.html" %}
</div>
</div> {% endcomment %}
</div>
{% include 'exam_notes.html' %}