[ZPT] going crazy with sequence sort

Evan Simpson evan@zope.com
Wed, 29 Aug 2001 09:57:37 -0400


Peter Bengtsson wrote:

> How do I do http://www.zopelabs.com/cookbook/996746739 
> <dtml-in "_.sequence.sort(objects,(('bobobase_modification_time'),),)">

I've added this to the recipe:

<p tal:repeat="item python:sequence.sort(objects, (('field',),) )"
       tal:content="item>An Item</p>

Cheers,

Evan