We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Fix nesting of labels
2af31cf
* This fixes issue #22
schorfES
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: