feat: Add important locations to search around
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user