0👍
I found the solution.
I used this in my template:
<div id="content"><textarea> {{blog_post.content|truncatechars_html:500}} </textarea></div>
Source:stackexchange.com
0👍
I found the solution.
I used this in my template:
<div id="content"><textarea> {{blog_post.content|truncatechars_html:500}} </textarea></div>