Skip to content

Commit 147ac10

Browse files
committed
renderer is required in Django 2.1
1 parent 318ec1e commit 147ac10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intl_tel_input/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def build_attrs(self, extra_attrs=None, **kwargs):
4848
attrs.update(extra_attrs)
4949
return attrs
5050

51-
def render(self, name, value, attrs=None):
51+
def render(self, name, value, renderer=None, attrs=None):
5252
if value is None:
5353
value = ''
5454

0 commit comments

Comments
 (0)