diff --git a/app/templates/base.html b/app/templates/base.html index d35052c..886fbd7 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -235,7 +235,7 @@ - - - {% block actions %}{% endblock %} - - - -
- {% block filters %}{% endblock %} -
- - - - -
-
-
- - - - {% block table_headers %}{% endblock %} - - - - {% block table_rows %}{% endblock %} - -
-
-
-
- - - {% if help_title or help_items %} -
-
-

- - {{ help_title or 'Hilfe' }} -

- {% if help_text %} -

{{ help_text }}

- {% endif %} - {% if help_items %} - - {% endif %} -
-
- {% endif %} - - - - - - - + + + + + + + {% block actions %}{% endblock %} + + + +
+ {% block filters %}{% endblock %} +
+ + + + +
+
+
+ + + + {% block table_headers %}{% endblock %} + + + + {% block table_rows %}{% endblock %} + + + + +
+
+
+
+ + + {% if help_title or help_items %} +
+
+

+ + {{ help_title or 'Hilfe' }} +

+ {% if help_text %} +

{{ help_text }}

+ {% endif %} + {% if help_items %} + + {% endif %} +
+
+ {% endif %} + + + + + + + {% endblock %} \ No newline at end of file