feat: Update collection overview header and remove completed state display

This commit is contained in:
Ross
2026-04-27 21:35:29 +01:00
parent 474ad205f6
commit 1f1b324cfe
@@ -16,7 +16,7 @@
{% if cid is not None %}
CID: <strong>{{ cid }}</strong>
{% else %}
Your collection overview
<h5>Overview</h5>
{% endif %}
</div>
</div>
@@ -141,7 +141,6 @@
<div class="card-body d-flex flex-wrap justify-content-between align-items-center gap-2">
<div>
<div class="fw-semibold">Ready to submit this session?</div>
<div class="small text-muted">Completed: <span id="completed-state">{{ cid_user_exam.completed }}</span></div>
</div>
<form hx-post=""
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'