Fleshing out area templates, add boulder/route detail templates
[tickle] / tickle / templates / tickle / route_list_item.html
diff --git a/tickle/templates/tickle/route_list_item.html b/tickle/templates/tickle/route_list_item.html
new file mode 100644 (file)
index 0000000..8c9e101
--- /dev/null
@@ -0,0 +1 @@
+<a href='{% url "tickle:route-detail" pk=route.pk %}'>{{ route.name }}</a>