diff -r 8f6c0a5a7491 -r 3944749338d3 app/soc/views/models/organization.py --- a/app/soc/views/models/organization.py Sat Aug 22 03:44:13 2009 +0530 +++ b/app/soc/views/models/organization.py Sat Aug 22 03:56:04 2009 +0530 @@ -121,10 +121,10 @@ patterns += [ (r'^%(url_name)s/(?Papply_mentor)/%(scope)s$', - 'soc.views.models.%(module_name)s.apply_mentor', + '%(module_package)s.%(module_name)s.apply_mentor', "List of all %(name_plural)s you can apply to"), (r'^%(url_name)s/(?Plist_proposals)/%(key_fields)s$', - 'soc.views.models.%(module_name)s.list_proposals', + '%(module_package)s.%(module_name)s.list_proposals', "List of all Student Proposals for this %(name)s"), ]