From 8c97b56ac262ddd2ecc9e0a30f29d91de7a95c74 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Mon, 26 Mar 2018 10:48:01 +0300 Subject: [PATCH] LIL-329 Add mixpanel to all pages --- project/templates/lilcity/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index 9a6ee2b2..440b460d 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -53,6 +53,15 @@ LIL_SERVER_TIME = "{% now 'U' %}"; LIL_SERVER_TIME_DIFF = Math.floor((new Date().getTime()) / 1000) - parseInt(LIL_SERVER_TIME); + {% block mixpanel %} + + + + {% endblock mixpanel %}