diff -r 9b1d389be2ce -r 4b5a7e5746a0 app/soc/templates/soc/request/process_invite.html --- a/app/soc/templates/soc/request/process_invite.html Mon Oct 26 10:15:28 2009 -0700 +++ b/app/soc/templates/soc/request/process_invite.html Mon Oct 26 10:25:01 2009 -0700 @@ -15,12 +15,21 @@ {% load forms_helpers %} {% block body %} + +You have been invited to become a {{ role_name }} for {{ entity.group.name }}.
+ +{% if entity.message %}

- -You have been invited to become a {{ role_name }} for {{ entity.group.name }}. -Please select your response. +Invitation Message:
+{{entity.message|linebreaks }} +

+{% endif %} + +

+If you wish to accept this invitation please click the Accept button and fill out the required information. +If you wish to reject this invitation please click the Reject button, this invitation will then disappear from your invitation list. +

-