Changed the request templates to match the changes to the model.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 23 Jan 2009 11:39:14 +0000
changeset 918 295c0d4f6d98
parent 917 fb82d4357552
child 919 3f9072bab1d4
Changed the request templates to match the changes to the model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/templates/soc/request/list/heading.html
app/soc/templates/soc/request/list/row.html
--- 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>