src/hdalab/templates/base.html
changeset 668 f66c544255e1
parent 627 3fd558fa38b1
--- a/src/hdalab/templates/base.html	Tue Oct 27 13:03:54 2015 +0100
+++ b/src/hdalab/templates/base.html	Tue Oct 27 14:36:15 2015 +0100
@@ -29,7 +29,7 @@
     <body>
 {% block header %}
         <header id="header">
-            
+
             <div class="top">
                 <div id="logo">
                     <div class="row">
@@ -125,10 +125,10 @@
             cookieMessage: '{% trans 'We use cookies on this website, you can <a href="{{cookiePolicyLink}}" title="read about our cookies">read about them here</a>. To use the website as intended please...'%}',
             cookieAcceptButtonText: "{% trans 'ACCEPT COOKIES' %}",
             cookieDeclineButtonText: "{% trans 'DECLINE COOKIES' %}",
-            cookieNotificationLocationBottom: false, // top or bottom - they are your only options, so true for bottom, false for top            
+            cookieNotificationLocationBottom: false, // top or bottom - they are your only options, so true for bottom, false for top
         });
     });
     </script>
-{% analytics %}
+{% analytics 'sync' %}
     </body>
 </html>