[Django]-Django, remove initial space of a template value in a textarea

10👍

try not to put space in your code

<textarea style='width: 420px; height: 65px'>{{ post.text }}</textarea> 

Leave a comment