From 90b85be5fc935d02286432185ef4db87354d13a6 Mon Sep 17 00:00:00 2001 From: gzbender Date: Fri, 6 Sep 2019 17:02:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=81=D1=87=D1=91=D1=82=D1=87=D0=B8=D0=BA=20GTM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/templates/lilcity/layer.html | 58 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 30 deletions(-) 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" %}