]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/feed/soundfile.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / feed / soundfile.html
diff --git a/panikweb_templates/templates/feed/soundfile.html b/panikweb_templates/templates/feed/soundfile.html
deleted file mode 100644 (file)
index 866e6be..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{% load paniktags thumbnail %}
-{% if obj.fragment %}
-{{ obj.title }}
-<hr>
-{% endif %}
-{% if obj.episode.image %}
-{% thumbnail obj.episode.image "320x240" crop="50% 25%" as im %}
-<img src="{{im.url|as_absolute_url}}"/>
-{% endthumbnail %}
-{% endif %}
-
-{% autoescape off %}
-{{ obj.episode.text|set_absolute_urls }}
-{% endautoescape %}