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 %} -