From 9fa6ff7536a6f88cebc824683b1d8b2ce0b453ce Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Wed, 30 Jun 2021 15:49:51 +0200 Subject: [PATCH] [git fast commit] 30. Jun 2021 - 15:49:51 --- templates/contact.html | 20 ++++++++++++++++++-- templates/footer.html | 14 +++++++++----- templates/index.html | 14 ++++++-------- templates/navbar.html | 2 +- 4 files changed, 34 insertions(+), 16 deletions(-) diff --git a/templates/contact.html b/templates/contact.html index c5df714..1123e73 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -60,7 +60,13 @@
- Absenden + + {% if conf["LANGUAGE"] == "en" %} + Send + {% else %} + Absenden + {% endif %} +
@@ -68,10 +74,20 @@
diff --git a/templates/index.html b/templates/index.html index cd6b6ed..bc2ce7d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ + > {% include 'navbar.html' %} @@ -31,15 +31,12 @@