ncsu-stars / Stars-CMS

A CMS written in Django for the STARS SLC at NCSU
http://research.csc.ncsu.edu/stars
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Allow certain HTML formatting tags (Feature Request) #46

Closed dearmore closed 12 years ago

dearmore commented 12 years ago

Attempting to format my input using HTML formatting and it is sanitized by converting < to &lt and > to &gt. I realize this is more of a feature request but it would make my profile look so much cleaner.

mdraelos commented 12 years ago

Commit a1d1a07f6fb93dec76095a0c029740451b723faf allows HTML tags in member interests. Was an template issue rather than a form validation issue.