improve exam collections management

This commit is contained in:
Ross
2024-12-16 11:53:22 +00:00
parent 4476d0b55f
commit 92f9cabcc0
7 changed files with 58 additions and 20 deletions
+6 -1
View File
@@ -2,10 +2,15 @@
{% block content %}
<h1>Examinations</h1>
{% if collection %}
<h2>Collection: {{collection.name}}</h2>
{% endif %}
<details class="help-text">
<summary><i class="bi bi-info-circle"></i> Help</summary>
<p>This page shows the currently active examations (that you have access to manage).</p>
<p>This page shows the currently active examinations (that you have access to manage).</p>
<p>Exams that are active will be available for candidates to take.</p>