From ae78a955de15f037b30ee45ebe781f3d1abf6ea3 Mon Sep 17 00:00:00 2001 From: John Berlin Date: Wed, 4 Sep 2019 14:57:09 -0400 Subject: [PATCH] templates - base.html: removed including the query pages query.css in every page - query.html: include query.css in head block --- pywb/templates/base.html | 1 - pywb/templates/query.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pywb/templates/base.html b/pywb/templates/base.html index f9bf5b02..8980ea30 100644 --- a/pywb/templates/base.html +++ b/pywb/templates/base.html @@ -7,7 +7,6 @@ - diff --git a/pywb/templates/query.html b/pywb/templates/query.html index bd50df43..e4038831 100644 --- a/pywb/templates/query.html +++ b/pywb/templates/query.html @@ -6,6 +6,7 @@ {% block head %} {{ super() }} + {% endblock %}