fix pipeline css in audiobook
authorJan Szejko <janek37@gmail.com>
Mon, 18 Dec 2017 14:38:36 +0000 (15:38 +0100)
committerJan Szejko <janek37@gmail.com>
Mon, 18 Dec 2017 14:38:36 +0000 (15:38 +0100)
src/catalogue/templates/catalogue/player.html

index 2e32f71..8412a3a 100755 (executable)
@@ -12,7 +12,7 @@
     <title>{% trans "Wolne Lektury" %} ::
         {{ book.title }} - {{ audiobook }}</title>
     <link rel="icon" href="{% static "img/favicon.png" %}" type="image/png" />
-    {% stylesheet "all" %}
+    {% stylesheet 'main' %}
     {% stylesheet "player" %}
   </head>
   <body id="{% block bodyid %}player{% endblock %}">