You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are multiple help messages per field (eg. from multiple validators), the resulting output is formatted as an unordered list by django. When wrapped in:
(templates/bootstrapform/field.html) this produces invalid HTML. As a result, the ul is pushed out of wrapping paragraph, the styling breaks etc.
I believe changing paragraph tag to div would be a pretty safe solution.
The text was updated successfully, but these errors were encountered:
When there are multiple help messages per field (eg. from multiple validators), the resulting output is formatted as an unordered list by django. When wrapped in:
(templates/bootstrapform/field.html) this produces invalid HTML. As a result, the ul is pushed out of wrapping paragraph, the styling breaks etc.
I believe changing paragraph tag to div would be a pretty safe solution.
The text was updated successfully, but these errors were encountered: