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
https://github.com/coderedcorp/coderedcms/blob/main/coderedcms/forms.py#L187
Shouldn't the 'default' here be 'singleline' instead of the untranslated help string?
The text was updated successfully, but these errors were encountered:
I think you are correct. If you can make a test a fix, I'd be happy to merge it. Thanks!
Sorry, something went wrong.
Not sure how to write a DRY test for this. Does this need a testcase?
Don't need a test for that, it is a small enough fix. Thanks!
Fix default field type in forms
4c9471d
Fixes coderedcorp#628
Successfully merging a pull request may close this issue.
https://github.com/coderedcorp/coderedcms/blob/main/coderedcms/forms.py#L187
Shouldn't the 'default' here be 'singleline' instead of the untranslated help string?
The text was updated successfully, but these errors were encountered: