iragm / fishauctions

Run online and in-person auctions
https://auction.fish
GNU General Public License v2.0
11 stars 2 forks source link

Force text to be white in summernote description field #254

Closed iragm closed 3 weeks ago

iragm commented 3 weeks ago

Text pasted in from other applications keeps the color, and I hate it.

Should be able to create a new model field, strip any tags that change the font and bg color, and re-render without that info. Something like this is already done on the label, but that one strips all tags.

iragm commented 3 weeks ago

At some point this should be moved from a model property description_cleaned to the save() function, but I'm holding off on that until I'm sure the regex doesn't clobber anything.

I also have not messed with the auction rules, not sure I want to force the text white there or not