Compare commits
No commits in common. "c3eede548c997819281bac1a97004a67788eaa29" and "2509c669f96b6a04e5b41d20c36640d2359c7dd3" have entirely different histories.
c3eede548c
...
2509c669f9
13
lostplaces/lostplaces_app/static/jquery-ui.min.js
vendored
Normal file
13
lostplaces/lostplaces_app/static/jquery-ui.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
lostplaces/lostplaces_app/static/jquery.min.js
vendored
Normal file
2
lostplaces/lostplaces_app/static/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -22,6 +22,5 @@ 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