From e4b15ae802df95458351d9e635aacc6025b6d31d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Fri, 12 Apr 2013 21:30:59 +0200 Subject: [PATCH] fix list of podcst lists --- mygpo/directory/templates/podcast_lists.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mygpo/directory/templates/podcast_lists.html b/mygpo/directory/templates/podcast_lists.html index 13bc86cb..94ea39d1 100644 --- a/mygpo/directory/templates/podcast_lists.html +++ b/mygpo/directory/templates/podcast_lists.html @@ -25,6 +25,7 @@ {% trans "Download" %} {% for l in lists %} + {% if l.username %} {{ l.title }} {{ l.username }} @@ -35,6 +36,7 @@ + {% endif %} {% endfor %} -- 2.11.4.GIT