feat: Add important locations to search around

This commit is contained in:
2025-04-27 14:06:17 +02:00
parent f387930dee
commit bb14a346cb
7 changed files with 100 additions and 9 deletions

View File

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