]> git.0d.be Git - panikweb.git/blob - panikweb_templates/templates/news/search_result.html
misc: run manage.py with python3
[panikweb.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>