coderedcms icon indicating copy to clipboard operation
coderedcms copied to clipboard

Possible typo in coderedcms.forms

Open ElectronicRU opened this issue 1 year ago • 3 comments

https://github.com/coderedcorp/coderedcms/blob/main/coderedcms/forms.py#L187

Shouldn't the 'default' here be 'singleline' instead of the untranslated help string?

ElectronicRU avatar Mar 07 '24 15:03 ElectronicRU

I think you are correct. If you can make a test a fix, I'd be happy to merge it. Thanks!

vsalvino avatar Mar 07 '24 18:03 vsalvino

Not sure how to write a DRY test for this. Does this need a testcase?

ElectronicRU avatar Mar 08 '24 22:03 ElectronicRU

Don't need a test for that, it is a small enough fix. Thanks!

vsalvino avatar May 23 '24 15:05 vsalvino