]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb_templates/templates/news/search_result.html
9a05f0dad636bf275a3e450a5ed8a72bfaca76c0
[panikweb-esperanzah.git] / panikweb_templates / 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>