We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a181882 commit 3561a9fCopy full SHA for 3561a9f
bootstrap3_datetime/widgets.py
@@ -90,7 +90,7 @@ def _format_value(self, value):
90
else:
91
return super(DateTimePicker, self)._format_value(value)
92
93
- def render(self, name, value, attrs=None):
+ def render(self, name, value, attrs=None, renderer=None):
94
if value is None:
95
value = ''
96
0 commit comments