summaryrefslogtreecommitdiff
path: root/django/forms/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/forms/utils.py')
-rw-r--r--django/forms/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/forms/utils.py b/django/forms/utils.py
index d24711d1a0..27eabe57dc 100644
--- a/django/forms/utils.py
+++ b/django/forms/utils.py
@@ -163,6 +163,7 @@ class ErrorList(UserList, list, RenderableErrorMixin):
def copy(self):
copy = super().copy()
copy.error_class = self.error_class
+ copy.renderer = self.renderer
return copy
def get_json_data(self, escape_html=False):