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 -1
View File
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load partials %}
{% partialdef viewer %}
<div style="height: 100vh; width: 95%, mangin: 0; padding: 0; overflow: hidden;">
+1 -1
View File
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load partials %}
{% partialdef login-block %}
Logging in here allows your account to be linked with CIMAR. You may periodically need to re-login to keep the link active.
+1 -2
View File
@@ -1,7 +1,6 @@
{% extends app_name|add:'/base.html' %}
{% load partials %}
{% partialdef exam-list %}
<ul class="exam-list exam-list-active">
{% for exam in exams %}