fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added popup ebook and audiobook download
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
podcast.html
diff --git
a/src/wolnelektury/templates/podcast.html
b/src/wolnelektury/templates/podcast.html
index
17c1d82
..
0fdb071
100644
(file)
--- a/
src/wolnelektury/templates/podcast.html
+++ b/
src/wolnelektury/templates/podcast.html
@@
-28,7
+28,7
@@
<li data-mp3='{{ mp3 }}'>
<div class='play'>{{ title }}
<div class='extra-info'>
<li data-mp3='{{ mp3 }}'>
<div class='play'>{{ title }}
<div class='extra-info'>
- {% if artist %}
Czyta
<span class='artist'>{{ artist }}</span>,{% endif %}
+ {% if artist %}
{% block artist_label %}Czyta{% endblock %}
<span class='artist'>{{ artist }}</span>,{% endif %}
{% if director %}reż. <span class='director'>{{ director }}</span>{% endif %}
</div>
</div>
{% if director %}reż. <span class='director'>{{ director }}</span>{% endif %}
</div>
</div>