app/soc/views/models/program.py
changeset 1225 1d5c58e24fd3
parent 1218 569a3fe9cb88
child 1238 af56ae7397ab
--- a/app/soc/views/models/program.py	Thu Feb 05 22:13:49 2009 +0000
+++ b/app/soc/views/models/program.py	Thu Feb 05 22:15:38 2009 +0000
@@ -199,7 +199,7 @@
     if timeline_helper.isActivePeriod(timeline_entity, 'org_signup'):
       # add the organization signup link
       items += [
-          (redirects.getCreateRedirect(program_entity, {'url_name': 'org_app'}),
+          (redirects.getApplyRedirect(program_entity, {'url_name': 'org_app'}),
           "Apply to become an Organization", 'any_access')]
 
     return items