diff options
Diffstat (limited to 'django/forms/widgets.py')
| -rw-r--r-- | django/forms/widgets.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/django/forms/widgets.py b/django/forms/widgets.py index 00c19e2c55..386b0e7c3f 100644 --- a/django/forms/widgets.py +++ b/django/forms/widgets.py @@ -849,9 +849,7 @@ class MultiWidget(Widget): return context def id_for_label(self, id_): - if id_: - id_ += '_0' - return id_ + return '' def value_from_datadict(self, data, files, name): return [ |
