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