aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-08-16 11:49:33 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-08-16 11:49:33 -0700
commite7c08e3550d19691d989d48d8d499eb7b2b9f80a (patch)
treed1d88200c7093d8efb86277f473793706ce10db9 /mediagoblin/templates
parentfb2f2bece2b088bb88d3f92b1cc6d71ad2d41a2d (diff)
downloadmediagoblin-e7c08e3550d19691d989d48d8d499eb7b2b9f80a.tar.lz
mediagoblin-e7c08e3550d19691d989d48d8d499eb7b2b9f80a.tar.xz
mediagoblin-e7c08e3550d19691d989d48d8d499eb7b2b9f80a.zip
load js at the end of the page
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/base.html2
-rw-r--r--mediagoblin/templates/mediagoblin/bits/body_end.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 483b6dfa..88027472 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -47,8 +47,6 @@
{% include "mediagoblin/extra_head.html" %}
{% template_hook("head") %}
- {% template_hook("persona_head") %}
-
{% block mediagoblin_head %}
{% endblock mediagoblin_head %}
</head>
diff --git a/mediagoblin/templates/mediagoblin/bits/body_end.html b/mediagoblin/templates/mediagoblin/bits/body_end.html
index bb7b9762..c8f5e2d6 100644
--- a/mediagoblin/templates/mediagoblin/bits/body_end.html
+++ b/mediagoblin/templates/mediagoblin/bits/body_end.html
@@ -15,3 +15,5 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#}
+
+{% template_hook("persona_end") %}