moccu / barbeque

Collection of tiny helpers and tools to make live easier.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

selectdatewidget validation issues because of nesting labels attributes #22

Open Schascha opened 7 years ago

Schascha commented 7 years ago

Error: The element label must not appear as a descendant of the label element.

https://github.com/moccu/barbeque/blob/master/barbeque/templates/barbeque/forms/row/default.html#L23

https://github.com/moccu/barbeque/blob/master/barbeque/templates/barbeque/forms/field/selectdatewidget.html#L10

Replacing the first label for this widget in the row template with a div should solve this issue.