feat: Add about page

This commit is contained in:
2024-03-18 16:41:22 +01:00
parent ded1aa77cf
commit ee5638d97c
5 changed files with 25 additions and 4 deletions

View File

@@ -13,4 +13,5 @@ urlpatterns = [
path("suchen/", views.search, name="search"),
# ex: /vermitteln/
path("vermitteln/", views.add_adoption, name="add-adoption"),
path("ueber-uns/", views.about, name="about"),
]