Hi. I just ran into an odd problem with Templator:
post_type = 'pdf'
$if not (post_type == 'image' and post_type == 'pdf'):
<h1>test</h1>
This displays "<h1>test</h1>" regardless of the value of "post_type".
Is there are restriction against multiple/complex arguments in if
statements for templator?
Thanks,
-Dougal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---