diff --git a/breccia_mapper/templates/base.html b/breccia_mapper/templates/base.html
index b69fd7b..5eea059 100644
--- a/breccia_mapper/templates/base.html
+++ b/breccia_mapper/templates/base.html
@@ -28,13 +28,13 @@
{% if 'javascript_in_head'|bootstrap_setting %}
- {% if 'include_jquery'|bootstrap_setting %}
- {# jQuery JavaScript if it is in head #}
- {% bootstrap_jquery jquery='include_jquery'|bootstrap_setting %}
- {% endif %}
+ {% if 'include_jquery'|bootstrap_setting %}
+ {# jQuery JavaScript if it is in head #}
+ {% bootstrap_jquery jquery='include_jquery'|bootstrap_setting %}
+ {% endif %}
- {# Bootstrap JavaScript if it is in head #}
- {% bootstrap_javascript %}
+ {# Bootstrap JavaScript if it is in head #}
+ {% bootstrap_javascript %}
{% endif %}
{% if form %}
@@ -48,104 +48,104 @@