save break line in django admin code example
Example: how to save brake lines on textarea in django
{{ value|linebreaks }}
# If value is Joel\nis a slug, the output will be <p>Joel<br />is a slug</p>
{{ value|linebreaks }}
# If value is Joel\nis a slug, the output will be <p>Joel<br />is a slug</p>