From 1604cdeaf6dd3e86bce038522cdeabf46281b3dc Mon Sep 17 00:00:00 2001 From: Stephan Porada <sporada@uni-bielefeld.de> Date: Wed, 23 Sep 2020 15:38:53 +0200 Subject: [PATCH] Add warning about .stand-off.vrt --- web/app/templates/corpora/add_corpus_file.html.j2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/app/templates/corpora/add_corpus_file.html.j2 b/web/app/templates/corpora/add_corpus_file.html.j2 index 11bca5dd..021ce59c 100644 --- a/web/app/templates/corpora/add_corpus_file.html.j2 +++ b/web/app/templates/corpora/add_corpus_file.html.j2 @@ -3,7 +3,13 @@ {% block page_content %} <div class="col s12 m4"> <h3>{{ corpus.title }}</h3> - <p>Fill out the following form to add a corpus file in verticalized text format (.vrt).</p> + <p> + Fill out the following form to add a corpus file in verticalized text + format (.vrt). + </p> + <p> + <strong>Do not use the .stand-off.vrt file!</strong> + </p> <a class="waves-effect waves-light btn" href="{{ url_for('corpora.corpus', corpus_id=corpus.id) }}"><i class="material-icons left">arrow_back</i>Back to corpus</a> </div> -- GitLab