app/soc/templates/soc/student/manage.html
changeset 1730 2d877bb10306
parent 1379 e6341549300c
child 1955 06ed84dbb1ed
equal deleted inserted replaced
1729:c5cfa7b3cdff 1730:2d877bb10306
    16 {% block header_title %}
    16 {% block header_title %}
    17 {{ page_name }} {{ entity.link_id }} for {{ entity.scope_path }}
    17 {{ page_name }} {{ entity.link_id }} for {{ entity.scope_path }}
    18 {% endblock %}
    18 {% endblock %}
    19 
    19 
    20 {% block manage %}
    20 {% block manage %}
       
    21 <div class="error">{{ not_allowed_to_resign }}</div>
    21 <tr>
    22 <tr>
    22   <td>
    23   <td>
    23     Please select the appropriate action:</br>
    24     Please select the appropriate action:</br>
    24     <input type="button" onclick="location.href='/{{ url_name }}/manage/{{ entity.scope_path }}/{{ entity.link_id }}?resign=true'" value="Resign"/>
    25     <input type="button" onclick="location.href='/{{ url_name }}/manage/{{ entity.scope_path }}/{{ entity.link_id }}?resign=true'" value="Resign"/>
    25     <input type="button" onclick="location.href='{{ cancel_redirect }}'" value="Cancel"/>
    26     <input type="button" onclick="location.href='{{ cancel_redirect }}'" value="Cancel"/>