]> git.0d.be Git - panikweb.git/blob - panikweb/templates/episodes/search_result.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / episodes / search_result.html
1 <a href="{% url 'episode-view' emission_slug=result.emission_slug slug=result.slug %}">
2         <span class="icon-microphone"></span>
3         <strong>{{ result.title }}</strong>
4         <br />
5         <span class="smooth">{{ result.emission_title }}</span>
6 </a>