From 909b3fc2e61076bc190fe33fcf686ac46f3b9b96 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Fri, 5 Apr 2019 23:31:36 +0200 Subject: [PATCH] Remove Google Analytics --- app/templates/layout.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/templates/layout.html b/app/templates/layout.html index 56ca967..d19fd43 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -1,12 +1,11 @@ {% extends "bootstrap/base.html" %} {% import "bootstrap/utils.html" as utils %} -{% import "bootstrap/google.html" as google %} {% set navbar = [ ('home', 'Home'), ('order_bp.orders', 'Orders'), ('locations', 'Locations'), - ('map', 'Map'), + ('map', 'Map'), ('about', 'About'), ('stats', 'Stats'), ] -%} @@ -27,7 +26,6 @@ {% block scripts %} {{ super() }} - {{ google.uanalytics('UA-25444917-9') }} {% endblock %}