]> git.0d.be Git - panikweb.git/blob - panikweb/templates/news/search_result.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / news / search_result.html
1 <a href="{% url 'newsitem-view' slug=result.slug %}">
2         <span class="icon-bullhorn" ></span>
3         <strong>{{ result.title }}</strong>
4         {% if result.date %}
5                 <div class="smooth">{{ result.date|date:"D d/M"|lower }}</div>
6         {% endif %}
7 </a>