From 0b258595f99db1c2484f409cf1e35b81e47b4c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Thu, 1 Jun 2023 11:44:03 +0200 Subject: [PATCH] Fix datasets --- benchmark/scripts/app/templates/datasets.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/benchmark/scripts/app/templates/datasets.html b/benchmark/scripts/app/templates/datasets.html index a48a163..b028aae 100644 --- a/benchmark/scripts/app/templates/datasets.html +++ b/benchmark/scripts/app/templates/datasets.html @@ -1,4 +1,7 @@ {% extends 'base_' ~ framework ~ '.html' %} +{% macro javascript(file) %} + +{% endmacro %} {% if framework == 'bootstrap' %} {% set button_class = 'btn btn-primary btn-small' %} {% set h1_class = 'text-center' %} @@ -42,8 +45,8 @@ {% endblock %} {% block jscript %} +{{ javascript("js/excelFiles.js") }}