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
We recently started using HiddenInput to put the Band.category onto the BandForm.
HiddenInput
Band.category
BandForm
This works for POST data but not for GET query parameters.
Don't use Django's HiddenInput, just hide the field with HTML.
The text was updated successfully, but these errors were encountered:
Use hidden select to keep default category #71
e4640b5
Use hidden select to keep category openlibhums/consortial_billing#71
72974af
b793b60
fc97293
77c4f21
joemull
Successfully merging a pull request may close this issue.
Problem
We recently started using
HiddenInput
to put theBand.category
onto theBandForm
.This works for POST data but not for GET query parameters.
Proposed solution
Don't use Django's HiddenInput, just hide the field with HTML.
The text was updated successfully, but these errors were encountered: