spiral-project / daybed

Form validation and data storage API
http://daybed.rtfd.org/
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

ValueError on /persona #136

Closed leplatrem closed 10 years ago

leplatrem commented 10 years ago
ValueError: Could not convert return value of the view callable function cornice.pyramidhook.handle_exceptions into a response object.

  File "/home/mathieu/Code/daybed/daybed/daybed/templates/home.mako", line 8, in render_body
    <h1>Welcome on Daybed, ${user['name']}</h1>
TypeError: 'NoneType' object has no attribute '__getitem__'