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
After submitting and returning a form with errors, classes are lost. form-check-label form-check-input
<div class="form-check"> <label for="id_symptom_22_0"><input checked="" class="is-valid" id="id_symptom_22_0" name="symptom_22" required="" title="" type="radio" value="0"> None</label> </div>
To convert to Radio, I use the widget in the ModelForm class
forms.RadioSelect()
The text was updated successfully, but these errors were encountered:
Same with CheckboxInput
CheckboxInput
Sorry, something went wrong.
No branches or pull requests
After submitting and returning a form with errors, classes are lost.
form-check-label
form-check-input
To convert to Radio, I use the widget in the ModelForm class
forms.RadioSelect()
The text was updated successfully, but these errors were encountered: