]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb/templates/emissions/search_result.html
f1f343ec93fadf483cc43be21e136047362326b5
[panikweb-esperanzah.git] / panikweb / templates / emissions / search_result.html
1 <a href="{% url 'emission-view' slug=result.slug %}">
2         <span class="icon-microphone" ></span>
3         <strong>{{ result.title }}</strong>
4         <br />
5         <span>{% if result.subtitle %}{{ result.subtitle }}{% else %} {% endif %}</span>
6 </a>