From 07f23ce91e25592598fe4c57292b64d77d0f1624 Mon Sep 17 00:00:00 2001 From: Youe Graillot Date: Mon, 13 Dec 2021 12:48:35 +0100 Subject: [PATCH] import file input type hint --- ihatemoney/templates/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 62117634..f93cfc6d 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -127,7 +127,7 @@
- {{ form.file(class="custom-file-input") }} + {{ form.file(class="custom-file-input", accept=".json,.csv") }} {{ form.file.description }}