for loop break

2006-10-31 Thread Henhiskan
Hi guys, I try it to do a break on a for loop (django template). For example, iterates until find a element. How can I make it? thanks.- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: for loop break

2006-10-31 Thread James Bennett
On 10/31/06, Henhiskan <[EMAIL PROTECTED]> wrote: > Hi guys, I try it to do a break on a for loop (django template). > For example, iterates until find a element. How can I make it? This really feels more like something that would belong in the view; if you want a particular list or dictionary to