Re: Help me with django templates

2009-12-11 Thread Biju Varghese
I got it error was i was trying to check to two different data types one was an integer and other was a string like 1 and '1' On Dec 9, 8:34 pm, Daniel Roseman wrote: > On Dec 9, 2:18 pm, Biju Varghese wrote: > > > > >                 {%for jobsp in jobspecs%} > >                         {%ifequ

Re: Help me with django templates

2009-12-09 Thread Daniel Roseman
On Dec 9, 2:18 pm, Biju Varghese wrote: > >                 {%for jobsp in jobspecs%} >                         {%ifequal jobsp.id jobtitle.jobspec_id %} >                                 {{jobsp.id}} >                         {%endifequal%} >                 {%endfor%} >