From 6f4b6d4f1f79b3902b7d979982c348da9cc23763 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Sat, 19 Oct 2013 21:08:51 +0200 Subject: [PATCH] show license on podcast page --- mygpo/web/templates/podcast-base.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mygpo/web/templates/podcast-base.html b/mygpo/web/templates/podcast-base.html index 23afaf2b..d10e2211 100755 --- a/mygpo/web/templates/podcast-base.html +++ b/mygpo/web/templates/podcast-base.html @@ -54,6 +54,12 @@ + {% endif %}· + {% if podcast.license %} + + + {{ podcast.license|license_name }} + {% endif %} {% if podcast.subscriber_count %}· {{ podcast.subscriber_count }} {% trans "subscribers" %} -- 2.11.4.GIT