Back
I have created a textField model that is sended from a ..
But my problem is simple... How can i specify a line break in the textField? to avoid that the text will show all fluid without spaces or line breaks.
You can use django’s in-built linebreak filter, like this:
{{ value|linebreaks }}
This will do exactly what you want.
31k questions
32.8k answers
501 comments
693 users