app/soc/templates/soc/group_app/review.html
changeset 1814 0c4fd663704b
parent 1589 6a9bb0f8cde6
child 2159 a1f1eaaf458b
equal deleted inserted replaced
1813:5cc9e055a818 1814:0c4fd663704b
    32   {% readonly_field_as_table_row "Created on" entity.created_on %}
    32   {% readonly_field_as_table_row "Created on" entity.created_on %}
    33   {% readonly_field_as_table_row "Last Modified on" entity.last_modified_on %}
    33   {% readonly_field_as_table_row "Last Modified on" entity.last_modified_on %}
    34  </table>
    34  </table>
    35 </p>
    35 </p>
    36 
    36 
    37 {% block buttons %}
       
    38 <tr>
    37 <tr>
    39   <td>
    38   <td>
       
    39 {% block buttons %}
    40     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=accepted'" value="Accept"/>
    40     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=accepted'" value="Accept"/>
    41     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=rejected'" value="Reject"/>
    41     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=rejected'" value="Reject"/>
    42     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=ignored'" value="Ignore"/>
    42     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=ignored'" value="Ignore"/>
    43     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/delete/{{ entity.key.name }}'" value="Delete"/>
    43     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/delete/{{ entity.key.name }}'" value="Delete"/>
       
    44 {% endblock buttons %}
    44   </td>
    45   </td>
    45 </tr>
    46 </tr>
    46 </table>
    47 </table>
    47 {% endblock buttons %}
    48 
    48 {% endblock body %}
    49 {% endblock body %}