diff --git a/app/corpora/forms.py b/app/corpora/forms.py index e6fadb12..89059d6f 100644 --- a/app/corpora/forms.py +++ b/app/corpora/forms.py @@ -28,7 +28,7 @@ class AddCorpusFileForm(FlaskForm): class AddCorpusForm(FlaskForm): description = StringField('Description', - validators=[DataRequired(), Length(1, 64)]) + validators=[DataRequired(), Length(1, 255)]) submit = SubmitField() title = StringField('Title', validators=[DataRequired(), Length(1, 32)]) diff --git a/app/templates/corpora/add_corpus.html.j2 b/app/templates/corpora/add_corpus.html.j2 index 587e1efd..51a84af7 100644 --- a/app/templates/corpora/add_corpus.html.j2 +++ b/app/templates/corpora/add_corpus.html.j2 @@ -5,8 +5,8 @@ {% block page_content %}
Fill out the following form to add a corpus to your corpora.
+Fill out the following form to add a corpus to your corpora.
arrow_backBack to dashboardLorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
+Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
+Fill out the following form to add a corpus file in verticalized text format (.vrt).
+Fill out the following form to add a corpus file in verticalized text format (.vrt).
arrow_backBack to corpusIf the input files are not created with the nopaque OCR service and you do not know if your tex files are UTF-8 encoded, check this switch. We will try to automatically determine the right encoding for your texts.
+If the input files are not created with the nopaque OCR service or you do not know if your text files are UTF-8 encoded, check this switch. We will try to automatically determine the right encoding for your texts to process them.