diff --git a/templates/app.html b/templates/app.html index a1dd764..1728a6f 100644 --- a/templates/app.html +++ b/templates/app.html @@ -1,253 +1,189 @@ - - - - - +{% extends 'base.html' %} - {{ title_short }} +{% block title %}{{ title_short }}{% endblock %} - - - - +{% block head_extra %} + + + + + + + + + + + + + + + + +{% endblock %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {% if admin_enabled %} -
- -
- {% endif %} - - {% if features %} - +{% block content %} + + {% if features %} - {% endif %} - - -
- -
-
- +
+
+ + {% include 'messages_section.html' %} + {% include 'calendar_section.html' %} + + +
+
+ +
+ + +
+ + +
+

Suchoptionen

+ +
+ + +
+ +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+ + +
+ + +
+ +
+ + +
+ + +
+ +
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+ + + +
+
+ + +
+
+
+ + + +
- + - + @@ -275,22 +211,19 @@ +{% endblock %} - - - +{% block scripts %} - - - + +{% endblock %}