Reimplement corpus import and activate it again

This commit is contained in:
Patrick Jentsch
2022-04-19 11:48:44 +02:00
parent de4a83582d
commit 9d4001f469
4 changed files with 145 additions and 225 deletions

View File

@ -31,7 +31,7 @@
</div>
<div class="row">
<div class="col s12">
{{ wtf.render_field(form.file, accept='.zip', placeholder='Choose your exported .zip file') }}
{{ wtf.render_field(form.archive, accept='.zip', placeholder='Choose an exported ZIP archive') }}
</div>
</div>
</div>