[Zope] DTML to HTML
Jean Jordaan
jean at upfrontsystems.co.za
Sat Jun 12 11:18:34 EDT 2004
Paul Winkler wrote:
> Is it set with a <dtml-let> elsewhere in the original dtml?
> if so, then you don't need the "here" prefix.
>
> Does it come from the request?
> If so, then you want request/user_can_edit.
Is it a method or a Python Script somewhere? Then you want
"python:here.user_can_edit()" (note the brackets, to call
the method). But I doubt that it is, otherwise
"here/user_can_edit" should also have worked.
--
Jean Jordaan
http://www.upfrontsystems.co.za
More information about the Zope
mailing list