summaryrefslogtreecommitdiff
path: root/django/forms
diff options
context:
space:
mode:
Diffstat (limited to 'django/forms')
-rw-r--r--django/forms/widgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/forms/widgets.py b/django/forms/widgets.py
index 5a25b66e9a..b77e57abce 100644
--- a/django/forms/widgets.py
+++ b/django/forms/widgets.py
@@ -530,6 +530,7 @@ class ClearableFileInput(FileInput):
input_text = _("Change")
template_name = "django/forms/widgets/clearable_file_input.html"
checked = False
+ use_fieldset = True
def clear_checkbox_name(self, name):
"""