mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 15:31:08 -05:00
Refactor park list view and update template targets for improved functionality; remove unused CSS class from Tailwind styles; add local settings for unraid configuration.
This commit is contained in:
@@ -14,7 +14,7 @@ app_name = "parks"
|
||||
|
||||
urlpatterns = [
|
||||
# Park views with autocomplete search
|
||||
path("", views_search.ParkSearchView.as_view(), name="park_list"),
|
||||
path("", views.ParkListView.as_view(), name="park_list"),
|
||||
path("create/", views.ParkCreateView.as_view(), name="park_create"),
|
||||
|
||||
# Add park button endpoint (moved before park detail pattern)
|
||||
|
||||
Reference in New Issue
Block a user