So I've been working with Django-comments and I'm pretty happy, but a friend pointed out that when he posted something that was longer and had new lines, Django took them out.
For example if I posted:
line1
line2
line3
Then it would be saved and displayed as:
line1 line2 line3
Has anyone using Django realized this and figured out how to get around Django taking out new lines? I've poked around a bit in Django-comments code but haven't found anything yet that could be overridden.
Thanks
in the comment and it does nothing. Plus I don't want users having to put
in their comments when they want a new line anyway. That'd be silly. – Luke Jul 28 '11 at 21:02