From 1fd0dd8b28bac19431a8c577ee78ea655882ad82 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 31 Jul 2019 16:28:31 +0100 Subject: Add support for multidimensional datasets --- app/templates/demo/evaluate.html | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'app/templates/demo') diff --git a/app/templates/demo/evaluate.html b/app/templates/demo/evaluate.html index 225dade..3f20c94 100644 --- a/app/templates/demo/evaluate.html +++ b/app/templates/demo/evaluate.html @@ -31,20 +31,27 @@ {{ wtf.quick_form(form, button_map={'submit': 'primary'}) }} +{% endblock %} - - - - +{% block scripts %} + {{ super() }} + + {% if is_multi %} + + {% else %} + + {% endif %} + + {% endblock %} -- cgit v1.2.3