Where is the "Else if"... ?

2009-07-29 Thread Asinox
Hi guy, im looking for the simpley if ...else if but i cant see in the django documentation Thanks :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Where is the "Else if"... ?

2009-07-29 Thread Fred Chevitarese
Maybe you have to look on the python documentation. http://www.python.org/doc/ 2009/7/29 Asinox > > Hi guy, im looking for the simpley if ...else if but i cant see > in the django documentation > > Thanks :) > > > -- http://chevitarese.wordpress.com Fred Chevitarese - GNU/Linux -

Re: Where is the "Else if"... ?

2009-07-29 Thread Daniel Roseman
On Jul 29, 4:54 pm, Asinox wrote: > Hi guy, im looking for the simpley  if ...else if but i cant see > in the django documentation > > Thanks :) You need to be slightly less concise in your question. Do you mean in the template language? If so, it doesn't have one, by design. You can ne