]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/includes/topik.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / includes / topik.html
diff --git a/panikweb_templates/templates/includes/topik.html b/panikweb_templates/templates/includes/topik.html
deleted file mode 100644 (file)
index b59ec45..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% load thumbnail paniktags staticfiles %}
-<a href="{{ topik.page.get_online_url }}" class="topik-link">
-<div>
-  <div class="logo">
-    {% thumbnail topik.image "60x60" crop="50% 25%" as im %}
-    <img src="{{im.url}}"/>
-    {% endthumbnail %}
-  </div>
-  <div class="content">
-    <div class="title">
-     <h5 class="title">{{ topik.page.title }}</h5>
-    </div>
-    <div class="description ellipsis">
-    </div>
-  </div>
-</div>
-</a>