From b100965a655808d18c2f9e5898df488d921e5071 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Mon, 31 Aug 2015 15:42:38 -0300 Subject: [PATCH] Add jquery-runner in bower --- sapl/settings.py | 3 ++- templates/base.html | 20 +++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/sapl/settings.py b/sapl/settings.py index bb8345367..0857c2161 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -147,9 +147,10 @@ BOWER_INSTALLED_APPS = ( 'components-font-awesome', 'foundation-icon-fonts', 'tinymce', + 'jquery-runner', ) -# Additional search paths for SASS files when using the @import statement +# Additional search paths for SASS files when using the @import statement SASS_PROCESSOR_INCLUDE_DIRS = ( BOWER_COMPONENTS_ROOT.child('bower_components', 'foundation', 'scss'), ) diff --git a/templates/base.html b/templates/base.html index 6f6eb5acd..9c9dbb49c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,8 +3,8 @@ {% load sass_tags %} - - + + @@ -12,27 +12,29 @@ {% block head_title %}{% trans 'SAPL - Sistema de Apoio ao Processo Legislativo' %}{% endblock %} {% block head_content %} - + {# Styles #} - + {# Scripts #} {# modernizr must be in head (see http://modernizr.com/docs/#installing) #} + + {% endblock %}
- + {# Navigation #} {% block navigation %} -