From 9133cf5071f656a4ef654f4e1e033ae60884bcbf Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Wed, 10 Feb 2021 21:11:56 -0500 Subject: [PATCH] test --- templates/base.html | 2 +- templates/display/base.html | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index 17b1ea2..682cdd3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,12 +3,12 @@ {% block title %}{{ sitename }}{% endblock %} + {% block head %}{% endblock %} - {% block head %}{% endblock %} diff --git a/templates/display/base.html b/templates/display/base.html index 4081786..d60f4d8 100644 --- a/templates/display/base.html +++ b/templates/display/base.html @@ -1,10 +1,7 @@ {% extends "../base.html" %} {% block title %}{{sitename}} - {{ filename }}{% endblock %} -{% block head %} - - -{% endblock %} + {% block bodymore %}{% endblock %} {% block content %}