# HG changeset patch # User Pawel Solyga # Date 1228677504 0 # Node ID 4bfb1a2d5bfe88fe9ffef525d980f02d9e1b5578 # Parent edb5dbb1dea7680675bb8a1425f7a019d6fe4ca4 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 diff -r edb5dbb1dea7 -r 4bfb1a2d5bfe 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 @@
{{ list.item.link_id }} + href="{{ list.redirect }}">{{ list.item.name }}
{{ list.item.scope_path}}