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 %}