Footer Funktionen

This commit is contained in:
2025-03-08 14:48:54 +01:00
parent 7113cc197f
commit 16f489c91b
5 changed files with 68 additions and 4 deletions

View File

@@ -5,4 +5,6 @@ app_name = 'homepage' # Verhindert Konflikt mit anderen Apps
urlpatterns = [
path('', views.home, name="home"),
path('impress', views.impress, name="impress"),
path('privacy', views.privacy, name="privacy"),
]