From 9e9c9c509bc78d475183fce088ffff0768ada2c5 Mon Sep 17 00:00:00 2001 From: jpope Date: Mon, 6 Jan 2014 18:40:59 -0600 Subject: [PATCH] move js back to the head --- mediagoblin/templates/mediagoblin/base.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index 0d22608b..e430cfca 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -37,6 +37,15 @@ href="{{ request.staticdirect('/css/base.css') }}"/> + + + + {# For clarification, the difference between the extra_head.html template # and the head template hook is that the former should be used by @@ -181,14 +190,5 @@ {%- endblock mediagoblin_body %} {% include 'mediagoblin/bits/body_end.html' %} - - - -