From ea5669f93ef5a06d22f27cf473f8a2fdcada1ce8 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 19 Aug 2021 18:50:57 +1000 Subject: Convert notifications.js to vanilla JavaScript (no jQuery). --- mediagoblin/templates/mediagoblin/base.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mediagoblin/templates') diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index 4b3b9846..4bbaa21c 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -42,11 +42,6 @@ href="{{ request.staticdirect('/images/goblin.ico') }}" /> - - {# For clarification, the difference between the extra_head.html template # and the head template hook is that the former should be used by @@ -185,6 +180,11 @@ {%- endblock mediagoblin_body %} + + {% include 'mediagoblin/bits/body_end.html' %} -- cgit v1.2.3