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