feat: Add onpagers for imprint, privacy and terms of service

This commit is contained in:
2025-05-10 13:35:53 +02:00
parent 3d7780e0ba
commit b53095ae17
5 changed files with 75 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ urlpatterns = [
path("ueber-uns/", views.about, name="about"),
path("bulma/ueber-uns/", views.about_bulma, name="about-bulma"),
path("impressum/", views.imprint, name="imprint"),
path("terms-of-service/", views.terms_of_service, name="terms-of-service"),
path("datenschutz/", views.privacy, name="privacy"),
################
## Moderation ##