From 45a6360bdc70ea34cba4279a41184b26825f42a1 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 28 Jun 2018 20:08:45 +0300 Subject: [PATCH] LIL-514. Add Roistat counter --- project/templates/lilcity/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index 462b8872..96efb4e2 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -72,6 +72,8 @@ var schoolDiscount = parseFloat({{ config.SERVICE_DISCOUNT }}); var schoolAmountForDiscount = parseFloat({{ config.SERVICE_DISCOUNT_MIN_AMOUNT }}); + {% comment %} ROISTAT {% endcomment %} + {% block foot %}{% endblock foot %}