title
- {{ create_corpus_form.title(data_length='32') }}
- {{ create_corpus_form.title.label }}
- {% for error in create_corpus_form.title.errors %}
+ {{ add_corpus_form.title(data_length='32') }}
+ {{ add_corpus_form.title.label }}
+ {% for error in add_corpus_form.title.errors %}
{{ error }}
{% endfor %}
@@ -104,9 +104,9 @@
description
- {{ create_corpus_form.description(data_length='255') }}
- {{ create_corpus_form.description.label }}
- {% for error in create_corpus_form.description.errors %}
+ {{ add_corpus_form.description(data_length='255') }}
+ {{ add_corpus_form.description.label }}
+ {% for error in add_corpus_form.description.errors %}
{{ error }}
{% endfor %}