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 -3
View File
@@ -1,7 +1,5 @@
{% extends 'sbas/base.html' %}
{% load partials %}
{% partialdef links-partial %}
<div class="btn-group mt-3 mt-md-0" role="group" aria-label="Actions">
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends 'sbas/base.html' %}
{% load static %}
{% load partials %}
{% load crispy_forms_tags %}
{% block js %}
@@ -1,7 +1,5 @@
{% extends 'sbas/base.html' %}
{% load partials %}
{% block content %}
<h2>Filtered questions</h2>
@@ -1,7 +1,5 @@
{% extends 'sbas/base.html' %}
{% load partials %}
{% block content %}
<h2>Review Questions</h2>