]> asedeno.scripts.mit.edu Git - bluechips.git/commitdiff
set user settings title on user controller
authorScott Torborg <scott@crookedmedia.com>
Sat, 7 Nov 2009 02:53:41 +0000 (16:53 -1000)
committerScott Torborg <scott@crookedmedia.com>
Sat, 7 Nov 2009 02:53:41 +0000 (16:53 -1000)
bluechips/controllers/user.py

index c586643755c2bd8df618e3063b144465303ecd78..b710a6c07e6cc4c2bc4b202f6938dc9fe45df8da 100644 (file)
@@ -25,6 +25,7 @@ class EmailSchema(Schema):
 
 class UserController(BaseController):
     def index(self):
+        c.title = 'User Settings'
         return render('/user/index.mako')
 
     @validate(schema=EmailSchema(), form='index')