From 728baa294a5be209216f15a4cad74c8343077d75 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Thu, 23 Jul 2015 12:44:27 -0300 Subject: [PATCH] Move js to bottom of base template --- templates/base.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/templates/base.html b/templates/base.html index 87c7bbe2f..17ea6415b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,16 +8,13 @@ {% block head_title %}{% trans 'SAPL - Sistema de Apoio ao Processo Legislativo' %}{% endblock %} {% block head_content %} - - - - + + + + - - - - - + {# modernizr must be in head (see http://modernizr.com/docs/#installing) #} + {% endblock %} @@ -59,11 +56,14 @@ ... footer... - {% block foot_js %}{% endblock %} - - {# Init Foundation #} - {% block foundation_js_init %} - - {% endblock foundation_js_init %} + {% block foot_js %} + + + + + + {% endblock %}