]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/episodes/search_result.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / episodes / search_result.html
diff --git a/panikweb/templates/episodes/search_result.html b/panikweb/templates/episodes/search_result.html
new file mode 100644 (file)
index 0000000..0fe7561
--- /dev/null
@@ -0,0 +1,6 @@
+<a href="{% url 'episode-view' emission_slug=result.emission_slug slug=result.slug %}">
+       <span class="icon-microphone"></span>
+       <strong>{{ result.title }}</strong>
+       <br />
+       <span class="smooth">{{ result.emission_title }}</span>
+</a>