I can see a few little things.
- In upload_form, you need to return your upload_form.
- in both searh and index, the line should be
folders = self.user_folders()
You should be seeing a 'global name user_folders not defined' so I'm
not quite sure why you aren't seeing an exception there. Do you have
another user_folders function somewhere in the module?
- in index the return line should be:
return dict(upload_form=self.upload_form, folders=folders)
Hopefully, that helps narrow it down a bit.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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
-~----------~----~----~----~------~----~------~--~---