Program Name column showed link_id instead of name, replace link_id with name in soc/program/list/row.html template.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 07 Dec 2008 19:18:24 +0000
changeset 711 4bfb1a2d5bfe
parent 710 edb5dbb1dea7
child 712 b9e4cc00f30a
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
app/soc/templates/soc/program/list/row.html
--- 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>