django have template tags linebreaks and linebreaksbr.
I use TextField for store my post. in template {{ post.content|safe|bbcode }}, if I input many enter for linebreak, bbcode template tag convert it to too many
tag.
so, I wish bbcode template tag can parse it like linebreaks, not linebreaksbr
thanks
django have template tags linebreaks and linebreaksbr.
I use TextField for store my post. in template {{ post.content|safe|bbcode }}, if I input many enter for linebreak, bbcode template tag convert it to too many
tag.
so, I wish bbcode template tag can parse it like linebreaks, not linebreaksbr
thanks