summaryrefslogtreecommitdiff
path: root/app/locations/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/locations/urls.py')
-rw-r--r--app/locations/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/locations/urls.py b/app/locations/urls.py
index ee98b17..c0ec4c4 100644
--- a/app/locations/urls.py
+++ b/app/locations/urls.py
@@ -7,8 +7,8 @@ app_name = "locations"
urlpatterns = [
path(
r'<str:slug>',
- views.WalkDetail.as_view(),
- name="walk-detail"
+ views.TrackDetail.as_view(),
+ name="track-detail"
),
path(
r'<str:country>/<str:state>/<str:slug>/',