From e0bfda0dee2eb328e7b6d2fa767d6c5ace24dc32 Mon Sep 17 00:00:00 2001 From: nik8 Date: Sun, 16 Mar 2025 17:37:38 +0100 Subject: [PATCH] =?UTF-8?q?Impressum=5FDatenschutzerkl=C3=A4rung=5Fansprec?= =?UTF-8?q?hend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django/templates/homepage/impress.html | 46 +++++++++++++++++--------- django/templates/homepage/privacy.html | 24 ++++++++++---- 2 files changed, 47 insertions(+), 23 deletions(-) diff --git a/django/templates/homepage/impress.html b/django/templates/homepage/impress.html index 676f9c0..1d54f5a 100644 --- a/django/templates/homepage/impress.html +++ b/django/templates/homepage/impress.html @@ -1,22 +1,36 @@ {% extends 'base.html' %} - {% block content%} -
-
-

Impressum

+{% block content%} + +
+
+
+ +

Impressum

+ Katharineum zu Lübeck
+ Königsstraße 27-31
+ 23552 Lübeck
-
-
-

- Katharineum zu Lübeck -

-

- Königsstraße 27-31 -

-

- 23552 Lübeck -

-
+ +
+ qivip + +
+
+ + + + + + + {% endblock %} + + + + + + + \ No newline at end of file diff --git a/django/templates/homepage/privacy.html b/django/templates/homepage/privacy.html index 2878136..f1c2d53 100644 --- a/django/templates/homepage/privacy.html +++ b/django/templates/homepage/privacy.html @@ -1,13 +1,23 @@ {% extends 'base.html' %} {% block content%} -
-

- Hallo, ich bin die Datenschutzerklärung! -

-
+
+
+
+ +

Datenschutzerklärung

+ Hier muss die Datenschutzerklärung stehen!
+
+ +
+ +
+ qivip + +
+
+
+{% endblock %}
\ No newline at end of file