From 3a0abaac6ac9c166c0535096e11d298f29974a43 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Wed, 17 Aug 2022 16:35:22 +0100 Subject: [PATCH] Stylistic change of name dataset to questions --- ref-test/app/editor/templates/editor/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref-test/app/editor/templates/editor/index.html b/ref-test/app/editor/templates/editor/index.html index a4519b8..e0de22c 100644 --- a/ref-test/app/editor/templates/editor/index.html +++ b/ref-test/app/editor/templates/editor/index.html @@ -4,7 +4,7 @@
{% include "admin/components/server-alerts.html" %} -

Dataset Editor

+

Edit Questions

{{ form.hidden_tag() }}
{{ form.dataset(placeholder="Select Question Dataset") }}