+ {{ add_corpus_file_form.hidden_tag() }}
+
+
+
+ person
+ {{ add_corpus_file_form.author(data_length='64') }}
+ {{ add_corpus_file_form.author.label }}
+ {% for error in add_corpus_file_form.author.errors %}
+ {{ error }}
+ {% endfor %}
+
+
+
+
+ title
+ {{ add_corpus_file_form.title(data_length='64') }}
+ {{ add_corpus_file_form.title.label }}
+ {% for error in add_corpus_file_form.title.errors %}
+ {{ error }}
+ {% endfor %}
+
+
+
+
+ access_time
+ {{ add_corpus_file_form.publishing_year() }}
+ {{ add_corpus_file_form.publishing_year.label }}
+ {% for error in add_corpus_file_form.publishing_year.errors %}
+ {{ error }}
+ {% endfor %}
+
+
+
+
+
+