diff --git a/rowers/templates/base.html b/rowers/templates/base.html index 5bdb15a0..ed06f76e 100644 --- a/rowers/templates/base.html +++ b/rowers/templates/base.html @@ -1,7 +1,9 @@ +{% load cookielaw_tags %} {% load analytical %}
+ {% analytical_head_top %} @@ -15,6 +17,7 @@ + {% block meta %} {% endblock %} {% analytical_head_bottom %} @@ -179,8 +182,9 @@ {% endblock %} - - + {% cookielaw_banner %} + + {% analytical_body_bottom %}