diff --git a/app/templates/main/dashboard.html.j2 b/app/templates/main/dashboard.html.j2 index c0f016e0..625b0be6 100644 --- a/app/templates/main/dashboard.html.j2 +++ b/app/templates/main/dashboard.html.j2 @@ -94,7 +94,7 @@
title - {{ create_corpus_form.title() }} + {{ create_corpus_form.title(data_length='32') }} {{ create_corpus_form.title.label }} {% for error in create_corpus_form.title.errors %} {{ error }} @@ -104,7 +104,7 @@
description - {{ create_corpus_form.description() }} + {{ create_corpus_form.description(data_length='255') }} {{ create_corpus_form.description.label }} {% for error in create_corpus_form.description.errors %} {{ error }}