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