Remove unneded executable bits.
[wolnelektury.git] / src / catalogue / templates / catalogue / player.html
old mode 100755 (executable)
new mode 100644 (file)
index 8412a3a..57fb2ec
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <html>
-  {% load static from staticfiles %}
+  {% load static from static %}
   {% load i18n pipeline %}
   {% load catalogue_tags %}
   {% load thumbnail %}
@@ -14,6 +14,7 @@
     <link rel="icon" href="{% static "img/favicon.png" %}" type="image/png" />
     {% stylesheet 'main' %}
     {% stylesheet "player" %}
+    {% tracking_code %}
   </head>
   <body id="{% block bodyid %}player{% endblock %}">
     {% if book.cover_thumb %}
@@ -69,6 +70,5 @@
     <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
     {% javascript "player" %}
 
-    {% tracking_code %}
   </body>
 </html>