From 43459025bcac72318e4ef8a32c2d4455321bc191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 14 Sep 2013 23:05:07 +0200 Subject: Draw pies using highcharts JS-lib --- templates/layout.jinja | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/layout.jinja') diff --git a/templates/layout.jinja b/templates/layout.jinja index ee082f9..aa923d6 100644 --- a/templates/layout.jinja +++ b/templates/layout.jinja @@ -2,13 +2,6 @@ - {% if not g.is_mobile %} - {% block js %} - - - {% if JSFunction %} {% endif %} - {% endblock %} - {% endif %} {{ title or "Kostenverwaltung" }} {% block style %} @@ -54,5 +47,12 @@

{% endblock %} + {% if not g.is_mobile %} + {% block js %} + + + {% endblock %} + {% if JSFunction %} {% endif %} + {% endif %} -- cgit v1.2.3