feat: Add bulma map

This commit is contained in:
2025-05-09 20:40:54 +02:00
parent f79bb355cf
commit 93dd0ae4f6
4 changed files with 18 additions and 3 deletions

View File

@@ -49,6 +49,8 @@ urlpatterns = [
path("suchen/<slug:important_location_slug>", views.search_important_locations, name="search-by-location"),
# ex: /map/
path("map/", views.map, name="map"),
# ex: /map/
path("bulma/map/", views.map_bulma, name="map-bulma"),
# ex: /vermitteln/
path("vermitteln/", views.add_adoption_notice, name="add-adoption"),