Remove unused partials loading from various template files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load partials %}
|
||||
|
||||
|
||||
{% partialdef viewer %}
|
||||
<div style="height: 100vh; width: 95%, mangin: 0; padding: 0; overflow: hidden;">
|
||||
|
||||
@@ -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,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 %}
|
||||
|
||||
Reference in New Issue
Block a user