refactor: Remove deprecated search

This commit is contained in:
2025-06-17 06:45:22 +02:00
parent 040299b90c
commit d9c7aa8c49
3 changed files with 3 additions and 8 deletions

View File

@@ -52,7 +52,6 @@ urlpatterns = [
# ex: /search/
path("suchen/", views.search, name="search"),
path("bulma/suchen/", views.search_bulma, name="search-bulma"),
path("suchen/<slug:important_location_slug>", views.search_important_locations, name="search-by-location"),
# ex: /map/
path("map/", views.map, name="map"),