I have the following import in my controller:
from webhelpers.pylonslib.secure_form import secure_form

And this attempt to use the helper in my view:
${h.secure_form(h.url(controller='users', action='update'), id="edit")}

Mako is generating this error:
AttributeError: 'module' object has no attribute 'secure_form'

Has the secure_form usage changed relative to the most recent docs? What do
I need to change in order to use it? Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to