django-bootstrap3-datetimepicker
django-bootstrap3-datetimepicker copied to clipboard
required marker not shown
trafficstars
The following field:
forms.DateField(required=True, widget=DateTimePicker())
...when rendered, does not have the star indicating required next to its label. If I don't use the DateTimePicker, the star is correctly rendered.