Brilliant! Thanks :-) Ian Bicking wrote:
> > [EMAIL PROTECTED] wrote: > >> I have three text areas in a kid template and they all look something >> like this: >> >> <textarea name="notes" py:content="m.notes" rows="20" cols="80"/> > > > Quick fix: > > py:content="m.notes or ''" >

