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 @@