]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/feed/soundfile.html
fix image URL used in podcast feeds
[panikweb.git] / panikweb_templates / templates / feed / soundfile.html
index ea5222b33af36130d12b03779d8273e0041d5d47..ef87b9e8054496ea60c23383f85b7d9d80c75204 100644 (file)
@@ -1,7 +1,7 @@
 {% load paniktags thumbnail %}
 {% if obj.episode.image %}
 {% thumbnail obj.episode.image "320x240" crop="50% 25%" as im %}
-<img src="{% url '{{im.url|as_absolute_url}}"/>
+<img src="{{im.url|as_absolute_url}}"/>
 {% endthumbnail %}
 {% endif %}