[locations] Allow editing from detail page
This commit is contained in:
@ -15,4 +15,9 @@ urlpatterns = [
|
||||
views.GeoLocationDetailView.as_view(),
|
||||
name="geolocation_detail",
|
||||
),
|
||||
path(
|
||||
"locations/<slug:slug>/edit/",
|
||||
views.GeoLocationUpdateView.as_view(),
|
||||
name="geolocation_edit",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user