AND OR in ifequal

2008-08-22 Thread Will Rocisky
how do you put AND, OR in ifequal statement of django? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe

Re: AND OR in ifequal

2008-08-22 Thread Rajesh Dhawan
On Aug 22, 8:00 am, Will Rocisky <[EMAIL PROTECTED]> wrote: > how do you put AND, OR in ifequal statement of django? Use nested if statements that use one operator at a time. There's an example towards the end of the IF tag documentation here: http://www.djangoproject.com