From c880ef3b84b0835daa395cb226be598821f81b49 Mon Sep 17 00:00:00 2001 From: Ben Margolis Date: Sun, 15 Jun 2014 22:46:27 -0700 Subject: [PATCH] Update forms.py --- wagtail/wagtailimages/forms.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wagtail/wagtailimages/forms.py b/wagtail/wagtailimages/forms.py index 248cc1db1..4d9cc7151 100644 --- a/wagtail/wagtailimages/forms.py +++ b/wagtail/wagtailimages/forms.py @@ -17,9 +17,7 @@ def get_image_form(): def get_image_form_for_multi(): return modelform_factory( get_image_model(), - # set the 'file' widget to a FileInput rather than the default ClearableFileInput - # so that when editing, we don't get the 'currently: ...' banner which is - # a bit pointless here + # exclude the file widget exclude=('file',))