From eaba2879dd6765546e67449af2f219ede04dd4d4 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Wed, 16 Sep 2020 09:15:32 +0200 Subject: [PATCH] Rework expert mode switch --- web/app/templates/interactions/display.html.j2 | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/web/app/templates/interactions/display.html.j2 b/web/app/templates/interactions/display.html.j2 index f3201207..14b624b1 100644 --- a/web/app/templates/interactions/display.html.j2 +++ b/web/app/templates/interactions/display.html.j2 @@ -10,8 +10,21 @@ material_icon='format_list_numbered') }} {{ M.render_field(display_options_form.result_context, material_icon='short_text') }} - {{ M.render_field(display_options_form.expert_mode) }} +
+
+ {{ display_options_form.expert_mode.label.text }} +
+
+
+ +
+
+
- \ No newline at end of file + +