Remove unused partials loading from various template files

This commit is contained in:
Ross
2026-01-26 12:43:11 +00:00
parent d070adc326
commit a667566db6
15 changed files with 15 additions and 28 deletions
@@ -1,5 +1,4 @@
{% load partials %}
{% comment %} Minimal fragment rendering the exam-list partialdef for HTMX swaps. {% endcomment %}
{% with exams=exams app_name=app_name marking=marking collection=collection %}
{% include "exam_list.html#exam-list" %}
@@ -1,5 +1,4 @@
{% load partials %}
{% partialdef publish-results %}
<div class="exam-status-container d-flex align-items-center gap-2">
<div class="me-2 small text-muted">Results</div>