X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7d8e15808814aedbade3712a76d658e8e2adf73c..71d31efcdb70122f705d8136239771747ca3b07d:/src/wolnelektury/templates/podcast.html?ds=sidebyside diff --git a/src/wolnelektury/templates/podcast.html b/src/wolnelektury/templates/podcast.html index 17c1d82fa..0fdb07193 100644 --- 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'> - {% 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>