From 3d21d212d725916776e8b23fcc47c9122bc0f9dc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 20 Jul 2017 00:44:19 +0200 Subject: [PATCH] fix more versions, bugfix --- setup.py | 1 - teleforma/templates/telemeta/base.html | 8 +++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 15fd1496..687e2b13 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ setup( 'django-user-agents', 'xhtml2pdf', 'html5lib==0.95', - ], platforms=['OS Independent'], license='CeCILL v2', diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index d5be0544..ce86b938 100644 --- a/teleforma/templates/telemeta/base.html +++ b/teleforma/templates/telemeta/base.html @@ -215,9 +215,11 @@ alt="logo" /> {% endblock layout %} -{% block analytics %} -{% analytics_code %} -{% endblock analytics %} +{% comment %} + {% block analytics %} + {% analytics_code %} + {% endblock analytics %} +{% endcomment %}