]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/lib/helpers.py
Fix some typos in the model
[bluechips.git] / bluechips / lib / helpers.py
index 0eb7c8fccaf827c20e2853b4d6b0eba55525a5a1..864d2d68b9fac6992384a900ab2fa8ef919e3428 100644 (file)
@@ -3,4 +3,9 @@
 Consists of functions to typically be used within templates, but also
 available to Controllers. This module is available to both as 'h'.
 """
-from webhelpers import *
+from routes import url_for, redirect_to
+from webhelpers.html import escape, literal, url_escape
+from webhelpers.html.tags import *
+
+def bluechips():
+    return '<span class="bluechips">BlueChips</span>'