]> git.0d.be Git - panikweb-esperanzah.git/blob - espeweb/templates/emissions/search_result.html
mutate into an addon module for panikweb
[panikweb-esperanzah.git] / espeweb / 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>