X-Git-Url: https://git.0d.be/?p=panikweb.git;a=blobdiff_plain;f=panikweb_templates%2Ftemplates%2Ffeed%2Fnewsitem.html;fp=panikweb_templates%2Ftemplates%2Ffeed%2Fnewsitem.html;h=0000000000000000000000000000000000000000;hp=3b969ae47d7a860076b3418ae49596ed52761978;hb=4d7a9be82c839071d54634549a6f53bb7effd3a2;hpb=0605dcd8273da1984c6a6304aafdc949ee2c2820 diff --git a/panikweb_templates/templates/feed/newsitem.html b/panikweb_templates/templates/feed/newsitem.html deleted file mode 100644 index 3b969ae..0000000 --- a/panikweb_templates/templates/feed/newsitem.html +++ /dev/null @@ -1,10 +0,0 @@ -{% load paniktags thumbnail %} -{% if obj.image %} -{% thumbnail obj.image "320x240" crop="50% 25%" as im %} - -{% endthumbnail %} -{% endif %} - -{% autoescape off %} -{{ obj.text|set_absolute_urls }} -{% endautoescape %}