Compare commits
2 Commits
2509c669f9
...
c3eede548c
Author | SHA1 | Date | |
---|---|---|---|
c3eede548c | |||
0eea31a0af |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -22,5 +22,6 @@ urlpatterns = [
|
||||
path('place/update/<int:pk>/', PlaceUpdateView.as_view(), name='place_edit'),
|
||||
path('place/delete/<int:pk>/', PlaceDeleteView.as_view(), name='place_delete'),
|
||||
path('place/', PlaceListView.as_view(), name='place_list'),
|
||||
# POST-only URL for tag submission
|
||||
path('place/tag/<int:place_id>', PlaceTagSubmitView.as_view(), name='place_tag_submit'),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user