From 1ef6f474f243ec15f781181b163f114d7d1bab2e Mon Sep 17 00:00:00 2001 From: Stefan Koegl Date: Wed, 28 Jul 2010 22:38:59 +0200 Subject: [PATCH] show URL for unnamed podcasts in My Tags --- mygpo/web/templates/mytags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mygpo/web/templates/mytags.html b/mygpo/web/templates/mytags.html index e12f1324..cf5b53b8 100644 --- a/mygpo/web/templates/mytags.html +++ b/mygpo/web/templates/mytags.html @@ -19,7 +19,7 @@ {% for podcast, taglist in tags_podcast.items %} {{ podcast|podcast_logo }} - {{ podcast.title|striptags}} + {{ podcast|striptags}} {% for tag in taglist %}{% spaceless %} {% if tag.is_own %} -- 2.11.4.GIT