coderedcorp / coderedcms

Wagtail + CodeRed Extensions enabling rapid development of marketing-focused websites.
https://www.coderedcorp.com/cms
Other
668 stars 137 forks source link

Possible typo in coderedcms.forms #628

Open ElectronicRU opened 3 months ago

ElectronicRU commented 3 months ago

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

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

vsalvino commented 3 months ago

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

ElectronicRU commented 3 months ago

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

vsalvino commented 1 month ago

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