app/soc/templates/soc/request/process_invite.html
changeset 929 7431d7770197
parent 920 39badbfb80be
child 982 9efcedcfeb3e
--- a/app/soc/templates/soc/request/process_invite.html	Fri Jan 23 17:07:54 2009 +0000
+++ b/app/soc/templates/soc/request/process_invite.html	Fri Jan 23 17:41:30 2009 +0000
@@ -28,7 +28,7 @@
 
 <tr>
   <td>
-    <input type="button" onclick="location.href='/{{ entity.role }}/accept_invite/{{ entity.scope_path }}/{{ entity.link_id }}'" value="Accept"/>
+    <input type="button" onclick="location.href='{{ invite_accepted_redirect }}'" value="Accept"/>
     <input type="button" onclick="location.href='/{{ module_name }}/process_invite/{{ entity.scope_path }}/{{ entity.role }}/{{ entity.link_id }}?status=rejected'" value="Reject"/>
   </td>
 </tr>