diff --git a/project/templates/lilcity/layer.html b/project/templates/lilcity/layer.html index 34915139..d98b166f 100644 --- a/project/templates/lilcity/layer.html +++ b/project/templates/lilcity/layer.html @@ -47,7 +47,23 @@ } } - + {% if settings.DEV_SERVER or settings.DEBUG %} + + + + {% else %} + + + + {% endif %} {% block layer_head %}{% endblock layer_head %} @@ -82,35 +98,17 @@ //gtag('config', 'AW-808701460'); gtag('config', 'UA-121923960-1'); - - - - + {% if settings.DEV_SERVER or settings.DEBUG %} + + + + {% else %} + + + + {% endif %} {% include "templates/blocks/mixpanel.html" %}