From 3fca752fb0613b8c2af2d94b9dca78fdee7a9d46 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 1 Jan 2022 11:11:30 -0500 Subject: loc: fixed bug in new reference to template --- app/locations/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/locations/views.py b/app/locations/views.py index 6550b20..7487a17 100644 --- a/app/locations/views.py +++ b/app/locations/views.py @@ -115,9 +115,10 @@ class TrackDetail(DetailView): ).order_by('ap_id', 'ap__apclass__kind').distinct("ap") return context + class TrackList(PaginatedListView): """ Return list of Walks """ model = Track - template_name = 'walk_list.html' + template_name = 'locations/walk_list.html' -- cgit v1.2.3-70-g09d2