|
|
@ -42,7 +42,7 @@ |
|
|
|
<form id={{id}} method="POST" enctype="multipart/form-data" action="{{ url_for('describer.describe_file', file_id=id) }}"> |
|
|
|
{{ describe_form.csrf_token }} |
|
|
|
<p>File path: {{describe_form.file_path}}</p> |
|
|
|
<fieldset class=""> |
|
|
|
<fieldset class="description"> |
|
|
|
{{ describe_form.description.label }} |
|
|
|
{{ describe_form.description }} |
|
|
|
{% for message in describe_form.description.errors %} |
|
|
|