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 4e44b95..bc2ce7d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,25 +12,60 @@ {% endif %} - + {% include 'navbar.html' %} - -
+ + + + + + + +
{% if "SITE_WELLCOME_TITLE" in conf %}

{{ conf["SITE_WELLCOME_TITLE"] | safe }}

{% endif %} {% if "SITE_WELLCOME_SUBTITLE" in conf %}

{{ conf["SITE_WELLCOME_SUBTITLE"] | safe }}

{% endif %}
+--> + {% include 'events.html' %} @@ -114,14 +149,18 @@ {% endif %} -
+ + {% for section in sections %} -
+
diff --git a/templates/navbar.html b/templates/navbar.html index 5bf97f6..a860c97 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -12,7 +12,11 @@