X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/6dd6a06012218f6cd54c33485b6320c9b7a87608..32597f46cd79051f9cf213aa53d4996dd3093b8a:/turniej/templates/base.html

diff --git a/turniej/templates/base.html b/turniej/templates/base.html
index 273547b..132e4f3 100644
--- a/turniej/templates/base.html
+++ b/turniej/templates/base.html
@@ -1,4 +1,4 @@
-<!doctype html>
+<!DOCTYPE html>
 <html>
 <head>
     <title>Turniej Elektrybałtów{% block "extratitle" %}{% endblock %}</title>
@@ -30,7 +30,8 @@
 <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
   {lang: 'pl'}
 </script>
-{{ piwik_tag|safe }}
+{% load piwik_tags %}
+{% tracking_code %}
 </body>