Rename soc/request/list/row.html template column class "to" to "for" since the name changed in header template.
Patch by: Pawel Solyga
Review by: to-be-reviewed
--- a/app/soc/templates/soc/request/list/row.html Sat Jan 24 10:57:53 2009 +0000
+++ b/app/soc/templates/soc/request/list/row.html Sat Jan 24 10:59:28 2009 +0000
@@ -5,6 +5,6 @@
</div>
</td>
<td><div class="role">{{ list.item.role_verbose }}</div></td>
- <td><div class="to">{{ list.item.scope_path }}</div></td>
+ <td><div class="for">{{ list.item.scope_path }}</div></td>
<td><div class="state">{{ list.item.state }}</div></td>
</tr>