[Zope] Python 101

Donald Braman donald.braman@yale.edu
Wed, 21 Feb 2001 13:17:19 -0500


nice. thanks.

-----Original Message-----
From: Chris Withers [mailto:chrisw@nipltd.com]
Sent: Wednesday, February 21, 2001 11:03 AM
To: tim@freepm.org
Cc: donald.braman@yale.edu; Curtis Maloney; zope@zope.org
Subject: Re: [Zope] Python 101


Tim Cook wrote:
>
> > My expression is: <dtml-if expr="bool_column == 't'">It is
true</dtml-if>

Much simpler:

<dtml-if bool_column>It is true</dtml-if>

cheers,

Chris