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/annotate/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/templates/annotate') diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html index 61233a8..5360bf8 100644 --- a/app/templates/annotate/index.html +++ b/app/templates/annotate/index.html @@ -52,9 +52,13 @@ {% block scripts %} {{ super() }} - + {% if is_multi %} + + {% else %} + + {% endif %}