diff options
author | lxf <sng@luxagraf.net> | 2022-01-01 11:09:28 -0500 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-01-01 11:09:28 -0500 |
commit | 619b57a6ed3edb0970256fe20881abce9038bb67 (patch) | |
tree | cb3a6e12b026d92b0af4a9da916e11f9858d751a | |
parent | 5367fc6b7e60aa6d8e32029ff200c4141aadf734 (diff) |
loc: changed walk template name
-rw-r--r-- | app/locations/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/locations/views.py b/app/locations/views.py index 9638b96..6550b20 100644 --- a/app/locations/views.py +++ b/app/locations/views.py @@ -120,3 +120,4 @@ class TrackList(PaginatedListView): Return list of Walks """ model = Track + template_name = 'walk_list.html' |