django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

required marker not shown

Open cjw296 opened this issue 10 years ago • 0 comments
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.

cjw296 avatar Mar 16 '15 16:03 cjw296