app/soc/templates/soc/org_app/review.html
changeset 2159 a1f1eaaf458b
parent 1814 0c4fd663704b
equal deleted inserted replaced
2158:2cbadb6efe9f 2159:a1f1eaaf458b
    31   {% readonly_field_as_twoline_table_row entity.fields.ideas.label entity.ideas %}
    31   {% readonly_field_as_twoline_table_row entity.fields.ideas.label entity.ideas %}
    32   {% readonly_safe_field_as_twoline_table_row entity.fields.contrib_template.label entity.contrib_template %}
    32   {% readonly_safe_field_as_twoline_table_row entity.fields.contrib_template.label entity.contrib_template %}
    33 {% endblock %}
    33 {% endblock %}
    34 
    34 
    35 {% block buttons %}
    35 {% block buttons %}
    36     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=pre-accepted'" value="Pre-Accept"/>
    36     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.id_or_name }}?status=pre-accepted'" value="Pre-Accept"/>
    37     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.name }}?status=pre-rejected'" value="Pre-Reject"/>
    37     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/review/{{ entity.key.id_or_name }}?status=pre-rejected'" value="Pre-Reject"/>
    38     {{ block.super }}
    38     {{ block.super }}
    39 {% endblock buttons %}
    39 {% endblock buttons %}