import file input type hint

This commit is contained in:
Youe Graillot 2021-12-13 12:48:35 +01:00
parent edbddab09e
commit 07f23ce91e

View file

@ -127,7 +127,7 @@
<div class="custom-file"> <div class="custom-file">
<div class="form-group"> <div class="form-group">
{{ form.file(class="custom-file-input") }} {{ form.file(class="custom-file-input", accept=".json,.csv") }}
<small class="form-text text-muted"> <small class="form-text text-muted">
{{ form.file.description }} {{ form.file.description }}
</small> </small>