Django: show newlines from admin site?

148 Views Asked by At

This is probably very simple. My database objects have a TextField. Now, when I add the contents of the TextFields to an html paragraph, there are no new lines. How can I make Django show those newlines? Thank you!

1

There are 1 best solutions below

1
On BEST ANSWER

Use the linebreaks template filter.