app/soc/templates/soc/host/list/row.html
changeset 575 ba4a7e90139d
parent 560 a32be584ee04
child 636 66e3dd913057
--- a/app/soc/templates/soc/host/list/row.html	Sat Nov 22 23:34:06 2008 +0000
+++ b/app/soc/templates/soc/host/list/row.html	Sun Nov 23 00:38:35 2008 +0000
@@ -1,7 +1,7 @@
 <tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
 onclick="document.location.href='{{ list.redirect }}'" name="name">
   <td align="right"><div class="user_link_id"><a class="noul"
-         href="{{ list.redirect }}">{{ list.item.user.link_id }}</a>
+         href="{{ list.redirect }}">{{ list.item.link_id }}</a>
      </div>
   </td>
   <td><div class="sponsor_name">{{ list.item.sponsor.name }}</div></td>