diff -r ccd791a899b3 -r 20494064bc3f app/soc/views/models/org_app.py --- a/app/soc/views/models/org_app.py Sat Feb 07 20:44:05 2009 +0000 +++ b/app/soc/views/models/org_app.py Sat Feb 07 21:43:27 2009 +0000 @@ -63,7 +63,7 @@ # TODO(ljvderijk) fix host access check rights['review'] = ['checkIsHostForProgram', ('checkCanReviewGroupApp', [org_app_logic.logic])] - rights['review_overview'] = ['checkIsHostForProgram'] + rights['review_overview'] = ['checkIsDeveloper'] rights['apply'] = ['checkIsUser', ('checkCanCreateOrgApp', ['org_signup'])] @@ -79,10 +79,7 @@ patterns = [(r'^%(url_name)s/(?Papply)/%(scope)s$', 'soc.views.models.%(module_name)s.create', - 'Create an %(name_plural)s'), - (r'^%(url_name)s/(?Plist)/%(scope)s$', - 'soc.views.models.%(module_name)s.create', - 'Create an %(name_plural)s')] + 'Create an %(name_plural)s'),] new_params['extra_django_patterns'] = patterns