# HG changeset patch # User Lennard de Rijk # Date 1232710754 0 # Node ID 295c0d4f6d9873f51095016d6a4ae4a0d4b0c473 # Parent fb82d435755272066e80f058b0c5c974192a0daf Changed the request templates to match the changes to the model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r fb82d4357552 -r 295c0d4f6d98 app/soc/templates/soc/request/list/heading.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 @@ - Requester + User Role - To - Group Accepted - User Accepted + For diff -r fb82d4357552 -r 295c0d4f6d98 app/soc/templates/soc/request/list/row.html --- 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 }} -
{{ list.item.role }}
+
{{ list.item.role_verbose }}
{{ list.item.scope_path }}
-
{{ list.item.group_accepted }}
-
{{ list.item.user_accepted }}