X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Flib%2Fhelpers.py;h=8da5a575b21d8adf6b6f619147ea416b0f5729c3;hb=9cc05ca9160a9432d037afb9cc22c511e2542947;hp=1a05266637923bc141407f70ee28c7ff880d33cd;hpb=c71777cf6aad82837ae5f1b6bdef8f34a5b5ec44;p=bluechips.git diff --git a/bluechips/lib/helpers.py b/bluechips/lib/helpers.py index 1a05266..8da5a57 100644 --- a/bluechips/lib/helpers.py +++ b/bluechips/lib/helpers.py @@ -6,6 +6,7 @@ available to Controllers. This module is available to both as 'h'. from routes import url_for, redirect_to from webhelpers.html import escape, literal, url_escape from webhelpers.html.tags import * +from webhelpers.html.secure_form import * from webhelpers.pylonslib import Flash as _Flash