Hi, another typo:
http://docs.turbogears.org/1.0/ExposeDecorator ------------------------- except Exception, e: return dict(error=e, tg_template=projectname.templates.user_creation_error') return dict() ------------------------- This should be: ... ... tg_template='projectname.templates.user_creation_error') ... (missing quote) fs --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Docs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-docs?hl=en -~----------~----~----~----~------~----~------~--~---
