app/soc/templates/soc/request/process_request.html
changeset 1080 d533408811ba
parent 962 606871fda11c
child 1085 0afbdd0905ef
equal deleted inserted replaced
1079:be1aacb33b0f 1080:d533408811ba
    26 </div>
    26 </div>
    27 </p>
    27 </p>
    28 
    28 
    29 <tr>
    29 <tr>
    30   <td>
    30   <td>
    31     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=group_accepted'" value="Accept"/>
    31     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?state=group_accepted'" value="Accept"/>
    32     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=rejected'" value="Reject"/>
    32     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?state=rejected'" value="Reject"/>
    33     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?status=ignored'" value="Ignore"/>
    33     <input type="button" onclick="location.href='/{{ module_name }}/process_request/{{ entity.scope_path }}/{{ entity.link_id }}?state=ignored'" value="Ignore"/>
    34   </td>
    34   </td>
    35 </tr>
    35 </tr>
    36 </table>
    36 </table>
    37 
    37 
    38 {% endblock %}
    38 {% endblock %}