Re: ifequal/ifnotequal fails while in a for loop

2009-04-12 Thread murray
Sorry for the mis-post.. I however found my probelm... self.render_to_response('sitesearch.html', { 'query': int(myid), <--- converted to int... 'pics': pics, On Apr 12, 11:36 pm, murray wrote: > My ultimate goal is to create a nested list with sub-list

Re: ifequal/ifnotequal fails while in a for loop

2009-04-12 Thread Russell Keith-Magee
On Mon, Apr 13, 2009 at 11:36 AM, murray wrote: > > My ultimate goal is to create a nested list with sub-list items that > are controlled by a div tag and > will expand when the the "parent" link is clicked. Django-developers is for discussing the development of Django

ifequal/ifnotequal fails while in a for loop

2009-04-12 Thread murray
My ultimate goal is to create a nested list with sub-list items that are controlled by a div tag and will expand when the the "parent" link is clicked. - Link1 - Link2 - SubLink1 - SubLink2 - SubLink3 - Link3 - Link4 i.e. if you clicked on "Link3", then "Link2's" sublinks will be