diff --git a/rowers/templates/base.html b/rowers/templates/base.html index a45eaa3a..5bdb15a0 100644 --- a/rowers/templates/base.html +++ b/rowers/templates/base.html @@ -5,7 +5,6 @@ {% analytical_head_top %} - @@ -20,7 +19,7 @@ {% analytical_head_bottom %} - {% analytical_body_top %} + {% analytical_body_top %}
{% endblock %}
- - + + {% analytical_body_bottom %} diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index f2226e93..90bdda75 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -282,3 +282,4 @@ REST_FRAMEWORK = { # Analytics CLICKY_SITE_ID = '101011008' +