]> git.0d.be Git - panikweb.git/blob - panikweb_templates/templates/episodes/search_result.html
aec789c595942008948b3e3e75256843d66ce6bf
[panikweb.git] / panikweb_templates / templates / episodes / search_result.html
1 <a href="{% url 'episode-view' emission_slug=result.object.emission.slug slug=result.object.slug %}">
2         <span class="icon-headphones" ></span>
3         <strong>{{ result.object.title }}</strong>
4         <br />
5         <span class="smooth">{{ result.object.emission.title }}</span>
6 </a>