]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/news/search_result.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / news / search_result.html
diff --git a/panikweb_templates/templates/news/search_result.html b/panikweb_templates/templates/news/search_result.html
deleted file mode 100644 (file)
index 9a05f0d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<a href="{% url 'newsitem-view' slug=result.slug %}">
-       <span class="icon-bullhorn" ></span>
-       <strong>{{ result.title }}</strong>
-       {% if result.date %}
-               <div class="smooth">{{ result.date|date:"D d/M"|lower }}</div>
-       {% endif %}
-</a>