Re: nl2br or equivalent to django

2010-10-26 Thread refreegrata
Thanks, is clearly explained in the documentation. I feel embarrassed for do a post for something like this. On 26 oct, 13:25, Daniel Roseman wrote: > On Oct 26, 5:02 pm, refreegrata wrote: > > > Hello list, I have a newie question, are in django some function like > > nl2br in the template to p

Re: nl2br or equivalent to django

2010-10-26 Thread Daniel Roseman
On Oct 26, 5:02 pm, refreegrata wrote: > Hello list, I have a newie question, are in django some function like > nl2br in the template to print data saved previously from a > "textarea"? because in my template all the lines are printed in the > same line. > > P.D.: nl2br is PHP function to do this