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