mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 23:51:09 -05:00
major changes, including tailwind v4
This commit is contained in:
@@ -46,21 +46,16 @@ urlpatterns = [
|
||||
),
|
||||
|
||||
# Search endpoints (must come before slug patterns)
|
||||
path(
|
||||
"search/manufacturers/",
|
||||
views.search_manufacturers,
|
||||
name="search_manufacturers"
|
||||
),
|
||||
path(
|
||||
"search/designers/",
|
||||
views.search_designers,
|
||||
name="search_designers"
|
||||
),
|
||||
path(
|
||||
"search/models/",
|
||||
views.search_ride_models,
|
||||
name="search_ride_models"
|
||||
),
|
||||
path(
|
||||
"search/companies/",
|
||||
views.search_companies,
|
||||
name="search_companies"
|
||||
),
|
||||
|
||||
# HTMX endpoints (must come before slug patterns)
|
||||
path(
|
||||
|
||||
Reference in New Issue
Block a user