Woot! I beat you all to it!! webhelpers.html.secure_form
http://pylonshq.com/docs/en/0.9.7/thirdparty/webhelpers/html/html/#webhelpers-html-secure-form On Aug 22, 8:04 pm, Ryan McKillen <[email protected]> wrote: > 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.
