app/soc/templates/soc/request/process_invite.html
changeset 3062 4b5a7e5746a0
parent 3048 b89af35c74d3
equal deleted inserted replaced
3061:9b1d389be2ce 3062:4b5a7e5746a0
    13 limitations under the License.
    13 limitations under the License.
    14 {% endcomment %}
    14 {% endcomment %}
    15 {% load forms_helpers %}
    15 {% load forms_helpers %}
    16 
    16 
    17 {% block body %}
    17 {% block body %}
       
    18 <div="text">
       
    19 You have been invited to become a {{ role_name }} for {{ entity.group.name }}.<br/>
       
    20 
       
    21 {% if entity.message %}
    18 <p>
    22 <p>
    19 <div="text"> 
    23 <i>Invitation Message:</i><br/>
    20 You have been invited to become a {{ role_name }} for {{ entity.group.name }}. 
    24 {{entity.message|linebreaks }}
    21 Please select your response.
    25 </p>
       
    26 {% endif %}
       
    27 
       
    28 <p>
       
    29 If you wish to accept this invitation please click the Accept button and fill out the required information.
       
    30 If you wish to reject this invitation please click the Reject button, this invitation will then disappear from your invitation list.
       
    31 </p>
    22 </div>
    32 </div>
    23 </p>
       
    24 
    33 
    25 <tr>
    34 <tr>
    26   <td>
    35   <td>
    27     <input type="button" onclick="location.href='{{ invite_accepted_redirect }}'" value="Accept"/>
    36     <input type="button" onclick="location.href='{{ invite_accepted_redirect }}'" value="Accept"/>
    28     <input type="button" onclick="location.href='/{{ module_name }}/process_invite/{{ entity.key.id_or_name }}?status=rejected'" value="Reject"/>
    37     <input type="button" onclick="location.href='/{{ module_name }}/process_invite/{{ entity.key.id_or_name }}?status=rejected'" value="Reject"/>