]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb/templates/emissions/search_result.html
settings: declare PROJECT_PATH
[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>