|
@@ -8,11 +8,11 @@ urlpatterns = [
|
|
|
path(
|
|
|
"locations/",
|
|
|
views.GeoLocationListView.as_view(),
|
|
|
- name="geo_locations_list",
|
|
|
+ name="geolocation_list",
|
|
|
),
|
|
|
path(
|
|
|
"locations/<slug:slug>/",
|
|
|
views.GeoLocationDetailView.as_view(),
|
|
|
- name="geo_location_detail",
|
|
|
+ name="geolocation_detail",
|
|
|
),
|
|
|
]
|