mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
import file input type hint
This commit is contained in:
parent
edbddab09e
commit
07f23ce91e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue