Re: how to show blank spaces at the start of string in django templates

2010-05-30 Thread knicholes
On May 29, 7:47 am, Ogi Vranesic wrote: > Hi > > I formated with python numbers like e.g.: > > "   3457.50" > " 11450.25" > > but my problem is to show them correctly one below the other > in a column by django templates > because the blank spaces are ignored. > I tried with the filter escape, how

Re: how to show blank spaces at the start of string in django templates

2010-05-29 Thread Daniel Roseman
On May 29, 2:47 pm, Ogi Vranesic wrote: > Hi > > I formated with python numbers like e.g.: > > "   3457.50" > " 11450.25" > > but my problem is to show them correctly one below the other > in a column by django templates > because the blank spaces are ignored. > I tried with the filter escape, how

how to show blank spaces at the start of string in django templates

2010-05-29 Thread Ogi Vranesic
Hi I formated with python numbers like e.g.: " 3457.50" " 11450.25" but my problem is to show them correctly one below the other in a column by django templates because the blank spaces are ignored. I tried with the filter escape, however it does not work. A solution would be to loop over th