feat: Update collection overview header and remove completed state display
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
{% if cid is not None %}
|
{% if cid is not None %}
|
||||||
CID: <strong>{{ cid }}</strong>
|
CID: <strong>{{ cid }}</strong>
|
||||||
{% else %}
|
{% else %}
|
||||||
Your collection overview
|
<h5>Overview</h5>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,7 +141,6 @@
|
|||||||
<div class="card-body d-flex flex-wrap justify-content-between align-items-center gap-2">
|
<div class="card-body d-flex flex-wrap justify-content-between align-items-center gap-2">
|
||||||
<div>
|
<div>
|
||||||
<div class="fw-semibold">Ready to submit this session?</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>
|
</div>
|
||||||
<form hx-post=""
|
<form hx-post=""
|
||||||
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
||||||
|
|||||||
Reference in New Issue
Block a user