From baba9ade36e11bce987c9aa22db4edac1f68eb01 Mon Sep 17 00:00:00 2001 From: Sam Hollings <52575338+SamHollings@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:22:56 +0100 Subject: [PATCH] Revert "Update main.html" --- overrides/main.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/overrides/main.html b/overrides/main.html index 221c38c0..f223d92c 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,16 +1,5 @@ {% extends "base.html" %} -{% block extrahead %} - -{% endblock %} - {% block content %} {% if page.nb_url %} @@ -19,4 +8,4 @@ {% endif %} {{ super() }} -{% endblock content %} +{% endblock content %} \ No newline at end of file