From a667566db63ec4f521db1452470af29a2a23492e Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 26 Jan 2026 12:43:11 +0000 Subject: [PATCH] Remove unused partials loading from various template files --- anatomy/templates/anatomy/question_detail.html | 2 +- atlas/templates/atlas/case_display_block.html | 3 +-- atlas/templates/atlas/collection_detail.html | 3 +-- atlas/templates/atlas/linked_cases_overview.html | 3 +-- generic/templates/generic/partials/exam_list_fragment.html | 3 +-- generic/templates/generic/partials/exams/exam_status.html | 3 +-- rad/settings.py | 1 - requirements.txt | 4 ++-- sbas/templates/sbas/question_detail.html | 4 +--- sbas/templates/sbas/question_form.html | 2 +- sbas/templates/sbas/question_review_list.html | 4 +--- sbas/templates/sbas/question_review_start.html | 4 +--- templates/cimar_embed.html | 2 +- templates/cimar_login.html | 2 +- templates/exam_list.html | 3 +-- 15 files changed, 15 insertions(+), 28 deletions(-) diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index 7d504c1c..e326aaa0 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -1,5 +1,5 @@ {% extends 'anatomy/base.html' %} -{% load partials %} + {% block content %} {% load static %} {% include 'anatomy/question_link_header.html' %} diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 62618629..e86559cc 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -1,5 +1,4 @@ -{% load partials %} - + {% partialdef case-series %} {% for series in case.get_ordered_series %} diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index b78b8962..05a8d7ef 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -1,7 +1,6 @@ {% extends 'atlas/exams.html' %} -{% load partials %} - + {% partialdef casedetails-management-links %}