fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fe14330
)
fix pipeline css in audiobook
author
Jan Szejko
<janek37@gmail.com>
Mon, 18 Dec 2017 14:38:36 +0000
(15:38 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Mon, 18 Dec 2017 14:38:36 +0000
(15:38 +0100)
src/catalogue/templates/catalogue/player.html
patch
|
blob
|
history
diff --git
a/src/catalogue/templates/catalogue/player.html
b/src/catalogue/templates/catalogue/player.html
index
2e32f71
..
8412a3a
100755
(executable)
--- a/
src/catalogue/templates/catalogue/player.html
+++ b/
src/catalogue/templates/catalogue/player.html
@@
-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 %}">