]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/lib/helpers.py
added XSRF protection to all forms and associated tests
[bluechips.git] / bluechips / lib / helpers.py
index 1a05266637923bc141407f70ee28c7ff880d33cd..8da5a575b21d8adf6b6f619147ea416b0f5729c3 100644 (file)
@@ -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