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