diff --git a/templates/base.askama.html b/templates/base.askama.html index 2f3efab..dbda384 100644 --- a/templates/base.askama.html +++ b/templates/base.askama.html @@ -8,7 +8,8 @@ {% block styles %}{% endblock %} - + {% block body %}{% endblock %} diff --git a/templates/contact_form.askama.html b/templates/contact_form.askama.html index bb40df9..be5b84a 100644 --- a/templates/contact_form.askama.html +++ b/templates/contact_form.askama.html @@ -7,33 +7,45 @@

Kontakt-Formular

-
+
- -
- Geben Sie bitte Ihren Namen ein -
+ +
Geben Sie bitte Ihren Namen ein
- -
- Geben Sie bitte Ihre E-Mail-Adresse ein -
+ +
Geben Sie bitte Ihre E-Mail-Adresse ein
- +
-
- Geben Sie bitte eine Nachricht mit Ihrem Anliegen ein -
+
Geben Sie bitte eine Nachricht mit Ihrem Anliegen ein
@@ -41,10 +53,12 @@
- -
- Geben Sie bitte den Code vom oberen Bild ein -
+ +
Geben Sie bitte den Code vom oberen Bild ein
@@ -56,15 +70,15 @@ {% block scripts %} diff --git a/templates/success.askama.html b/templates/success.askama.html index a1e644c..56c9036 100644 --- a/templates/success.askama.html +++ b/templates/success.askama.html @@ -1,7 +1,3 @@ {% extends "base.askama.html" %} -{% block body %} - -{% endblock %} +{% block body %}{% endblock %}