Changed the request templates to match the changes to the model.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/templates/soc/request/list/heading.html Fri Jan 23 11:38:24 2009 +0000
+++ b/app/soc/templates/soc/request/list/heading.html Fri Jan 23 11:39:14 2009 +0000
@@ -1,7 +1,5 @@
<tr align="left">
- <th class="first" align="right">Requester</th>
+ <th class="first" align="right">User</th>
<th>Role</th>
- <th>To</th>
- <th>Group Accepted</th>
- <th>User Accepted</th>
+ <th>For</th>
</tr>
--- a/app/soc/templates/soc/request/list/row.html Fri Jan 23 11:38:24 2009 +0000
+++ b/app/soc/templates/soc/request/list/row.html Fri Jan 23 11:39:14 2009 +0000
@@ -4,8 +4,6 @@
href="{{ list.redirect }}">{{ list.item.link_id }}</a>
</div>
</td>
- <td><div class="role">{{ list.item.role }}</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="group_accepted">{{ list.item.group_accepted }}</div></td>
- <td><div class="user_accepted">{{ list.item.user_accepted }}</div></td>
</tr>