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.
2 parents a181882 + 3561a9f commit 6a7c6fcCopy full SHA for 6a7c6fc
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