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 }}