From: Guillaume Pellerin Date: Wed, 19 Jul 2017 22:44:19 +0000 (+0200) Subject: fix more versions, bugfix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3d21d212d725916776e8b23fcc47c9122bc0f9dc;p=teleforma.git fix more versions, bugfix --- 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 %}