]> git.0d.be Git - panikweb.git/blobdiff - espeweb/templates/news/search_result.html
templates: remove files unchanged from panikweb
[panikweb.git] / espeweb / templates / news / search_result.html
diff --git a/espeweb/templates/news/search_result.html b/espeweb/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>