9 Aug
2002
9 Aug
'02
8:54 p.m.
Tom Cameron writes:
... "_['sequence-item'].absolute_url()" Not sure, that this is related to your problem (probably not), but "_[...]" is usually calling for problems when you expect the result to be an object.
Use "_.getitem('sequence-item')" instead. Dieter