# HG changeset patch # User Sverre Rabbelier # Date 1237122873 0 # Node ID abed7606233fda3aa64d7bf5ac0520cef2fc9e10 # Parent 0c9fb1e94c895aaf94bbe4a3a61295275b693db1 Remove program id from org list Patch by: Sverre Rabbelier diff -r 0c9fb1e94c89 -r abed7606233f app/soc/templates/soc/organization/list/heading.html --- a/app/soc/templates/soc/organization/list/heading.html Sun Mar 15 13:13:54 2009 +0000 +++ b/app/soc/templates/soc/organization/list/heading.html Sun Mar 15 13:14:33 2009 +0000 @@ -1,6 +1,5 @@ Name - Program ID Link ID Short name Idea Page diff -r 0c9fb1e94c89 -r abed7606233f app/soc/templates/soc/organization/list/row.html --- a/app/soc/templates/soc/organization/list/row.html Sun Mar 15 13:13:54 2009 +0000 +++ b/app/soc/templates/soc/organization/list/row.html Sun Mar 15 13:14:33 2009 +0000 @@ -4,8 +4,7 @@ href="{{ list.redirect }}">{{ list.item.name }} -
{{ list.item.short_name }}
-
{{ list.item.ideas|urlizetrunc:25 }}
+
{{ list.item.ideas|urlizetrunc:35 }}