From a357ae2857d92f887c01a427c8f4c35b65d71256 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Wed, 5 May 2021 15:05:24 +0200 Subject: [PATCH] Remove dummy UI elements and open the CQP Tutorial in a dedicated browsertab --- web/app/templates/corpora/analyse_corpus.html.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/app/templates/corpora/analyse_corpus.html.j2 b/web/app/templates/corpora/analyse_corpus.html.j2 index 81912616..d7213988 100644 --- a/web/app/templates/corpora/analyse_corpus.html.j2 +++ b/web/app/templates/corpora/analyse_corpus.html.j2 @@ -26,7 +26,7 @@ {{ query_form.query() }} {{ query_form.query.label }} - + help CQP query language tutorial @@ -55,8 +55,6 @@ {% include 'corpora/interactions/export.html.j2' %} {% include 'corpora/interactions/create.html.j2' %} {% include 'corpora/interactions/display.html.j2' %} - {% include 'corpora/interactions/analysis.html.j2' %} - {% include 'corpora/interactions/cite.html.j2' %} {% include 'tables/query_results.html.j2' %}