Fleshing out area templates, add boulder/route detail templates
authorDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 26 Feb 2021 17:33:07 +0000 (12:33 -0500)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 26 Feb 2021 17:41:16 +0000 (12:41 -0500)
commit7a1199f776bc3907acf55eeda787d1e288163e88
tree0b0bc33e1aa047db0078cde6ef0eb0ea64511912
parent36a8720c06c81211ee0fd7f4970dd0a6627f03fc
Fleshing out area templates, add boulder/route detail templates
tickle/templates/tickle/area_breadcrumb.html [new file with mode: 0644]
tickle/templates/tickle/area_detail.html
tickle/templates/tickle/area_list_item.html
tickle/templates/tickle/boulder_detail.html [new file with mode: 0644]
tickle/templates/tickle/boulder_list_item.html [new file with mode: 0644]
tickle/templates/tickle/pitch_list_item.html [new file with mode: 0644]
tickle/templates/tickle/route_detail.html [new file with mode: 0644]
tickle/templates/tickle/route_list_item.html [new file with mode: 0644]
tickle/views.py