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