# HG changeset patch # User Sverre Rabbelier # Date 1237126221 0 # Node ID a0dcc158bad388c1f53a25f45c8f12350359cba8 # Parent f00720cddea09301c0d66c44f55acc2b29240291 Renamed "Idea page" to "Ideas page" Also renamed "all organizations" to "accepted organizations". Added a longer description to the first list. Patch by: Sverre Rabbelier diff -r f00720cddea0 -r a0dcc158bad3 app/soc/templates/soc/org_app/list/heading.html --- a/app/soc/templates/soc/org_app/list/heading.html Sun Mar 15 13:36:14 2009 +0000 +++ b/app/soc/templates/soc/org_app/list/heading.html Sun Mar 15 14:10:21 2009 +0000 @@ -1,5 +1,5 @@ Name Link ID - Idea Page + Ideas Page diff -r f00720cddea0 -r a0dcc158bad3 app/soc/templates/soc/organization/list/heading.html --- a/app/soc/templates/soc/organization/list/heading.html Sun Mar 15 13:36:14 2009 +0000 +++ b/app/soc/templates/soc/organization/list/heading.html Sun Mar 15 14:10:21 2009 +0000 @@ -2,5 +2,5 @@ Name Link ID Short name - Idea Page + Ideas Page diff -r f00720cddea0 -r a0dcc158bad3 app/soc/views/models/program.py --- a/app/soc/views/models/program.py Sun Mar 15 13:36:14 2009 +0000 +++ b/app/soc/views/models/program.py Sun Mar 15 14:10:21 2009 +0000 @@ -192,7 +192,10 @@ del aa_params['list_key_order'] aa_params['list_action'] = (redirects.getPublicRedirect, aa_params) aa_params['list_description'] = ugettext( - "An overview of accepted org applications.") + "An overview of accepted organization applications that have" + " not yet created their organization profile. Students can" + " only apply to organizations that created their organization" + " profile.") aa_list = lists.getListContent(request, aa_params, filter, idx=0, need_content=True) @@ -207,7 +210,7 @@ ao_params['list_action'] = (redirects.getHomeRedirect, ao_params) ao_params['list_description'] = ugettext( - "An overview of all organizations.") + "An overview of all accepted organizations.") ao_list = lists.getListContent(request, ao_params, filter, idx=1, need_content=True)