From dcea3ea8e205fa5665e2b8b469c791b117f55a7e Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Wed, 30 Oct 2019 14:15:06 +0100 Subject: [PATCH] Add corpus analysis fix --- .../main/corpora/corpus_analysis.html.j2 | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/app/templates/main/corpora/corpus_analysis.html.j2 b/app/templates/main/corpora/corpus_analysis.html.j2 index 64a51bc0..76c947bd 100644 --- a/app/templates/main/corpora/corpus_analysis.html.j2 +++ b/app/templates/main/corpora/corpus_analysis.html.j2 @@ -52,19 +52,22 @@ Download Results

Downlaod all results of the current query as csv, excel or json file.

-
- insert_drive_file - {{ dl_form.file_type() }} - {{ dl_form.file_type.label }} - {% for error in dl_form.file_type.errors %} - {{ error }} - {% endfor %} -
-
- -
+
+ {{ form.hidden_tag() }} +
+ insert_drive_file + {{ dl_form.file_type() }} + {{ dl_form.file_type.label }} + {% for error in dl_form.file_type.errors %} + {{ error }} + {% endfor %} +
+
+ +
+