From 97e12feb6021f7042d3064905114ad9c603d71bf Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sun, 6 Nov 2022 21:24:30 +0100 Subject: [PATCH] Format with djlint --- templates/base.askama.html | 3 +- templates/contact_form.askama.html | 54 +++++++++++++++++++----------- templates/success.askama.html | 6 +--- 3 files changed, 37 insertions(+), 26 deletions(-) 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 %}