summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kosten/templates/stats/show.jinja7
1 files changed, 6 insertions, 1 deletions
diff --git a/kosten/templates/stats/show.jinja b/kosten/templates/stats/show.jinja
index ac271ac..1a2614e 100644
--- a/kosten/templates/stats/show.jinja
+++ b/kosten/templates/stats/show.jinja
@@ -1,7 +1,12 @@
{% extends "layout.jinja" %}
{% set JSFunction = "statJS" %}
-{% set additionalJS = ["highstock"] %}
+{% set additionalJS = ["highstock", "jqueryui"] %}
+
+{% block style %}
+ {{ super() }}
+ <link href="{{ "jqueryui/css/ui-darkness/jquery-ui.css" | static_url }}" rel="stylesheet" type="text/css">
+{% endblock %}
{% block heading %}
Statistiken