app/soc/templates/soc/host/manage.html
changeset 1955 06ed84dbb1ed
parent 1067 ecf3df87b81c
child 2330 068540d91bde
equal deleted inserted replaced
1954:7aef36e912bb 1955:06ed84dbb1ed
    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">{{ resign_error }}</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"/>