From a3b56cb29194a8a7c4c2746b986161bde184f5ff Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sat, 24 Oct 2020 14:39:09 +0100 Subject: [PATCH] Move debug refresh into base. --- templates/base.html | 4 +++- templates/index.html | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 02d9331..4a4a636 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,9 @@ - {% block head %}{% endblock %} + {% block head %} + + {% endblock %} BAPSicle {% if data.ui_title %} | {{data.ui_title}}{% endif %} diff --git a/templates/index.html b/templates/index.html index f60f6d6..a999a62 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,4 @@ {% extends 'base.html' %} -{% block head %} - -{% endblock %} {% block content %}