Re: Help me with django templates
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
On Dec 9, 2:18 pm, Biju Varghese wrote: > > {%for jobsp in jobspecs%} > {%ifequal jobsp.id jobtitle.jobspec_id %} > {{jobsp.id}} > {%endifequal%} > {%endfor%} >