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