]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/combo/cells/topik/link-cell.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / combo / cells / topik / link-cell.html
diff --git a/panikweb_templates/templates/combo/cells/topik/link-cell.html b/panikweb_templates/templates/combo/cells/topik/link-cell.html
deleted file mode 100644 (file)
index 886a490..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{% load thumbnail %}
-<div class="topikcellcontent topik-{{cell.link_page.slug}}">
-<a class="block cf" href="{{url}}">
-<span class="logo">
-{% thumbnail cell.link_page.picture "480x320" crop="50% 25%" as im %}
-<div class="logo">
-<img class="normal" src="{{im.url}}"/>
-</div>
-{% endthumbnail %}
-</span>
-<div>
-  <h5>{{title}}</h5>
-  <div class="description">
-    {{cell.link_page.description|safe|striptags|truncatewords:75}}
-  </div>
-</div>
-</a>
-</div>