Program Name column showed link_id instead of name, replace link_id with name in soc/program/list/row.html template.
Patch by: Pawel Solyga
--- a/app/soc/templates/soc/program/list/row.html Sun Dec 07 19:02:41 2008 +0000
+++ b/app/soc/templates/soc/program/list/row.html Sun Dec 07 19:18:24 2008 +0000
@@ -3,7 +3,7 @@
<td align="right">
<div class="title">
<a class="noul"
- href="{{ list.redirect }}">{{ list.item.link_id }}</a>
+ href="{{ list.redirect }}">{{ list.item.name }}</a>
</div>
</td>
<td><div class="scope_path">{{ list.item.scope_path}}</div></td>