From c0da122946a4af5c4f4e39a7cf17c7a1443b07cb Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Wed, 20 Dec 2017 12:41:08 +0100 Subject: [PATCH] opowiada/czyta --- src/wolnelektury/templates/bajki.html | 3 +++ src/wolnelektury/templates/podcast.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/wolnelektury/templates/bajki.html diff --git a/src/wolnelektury/templates/bajki.html b/src/wolnelektury/templates/bajki.html new file mode 100644 index 000000000..7d65c0a87 --- /dev/null +++ b/src/wolnelektury/templates/bajki.html @@ -0,0 +1,3 @@ +{% extends 'podcast.html' %} + +{% block artist_label %}Opowiada{% endblock %} \ No newline at end of file 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 @@
  • {{ title }}
    - {% if artist %}Czyta {{ artist }},{% endif %} + {% if artist %}{% block artist_label %}Czyta{% endblock %} {{ artist }},{% endif %} {% if director %}reż. {{ director }}{% endif %}
    -- 2.20.1