app/soc/templates/soc/site/sponsor/profile/edit.html
changeset 360 5ad9cabb5892
parent 344 d135c8c09967
child 362 d904f4a76f6f
equal deleted inserted replaced
359:4308324241bc 360:5ad9cabb5892
    13 limitations under the License.
    13 limitations under the License.
    14 {% endcomment %}
    14 {% endcomment %}
    15  {% block submit_buttons %}
    15  {% block submit_buttons %}
    16  {{ block.super }}
    16  {{ block.super }}
    17 <td>
    17 <td>
    18  <input type="button" onclick="location.href='/site/{{ group_type_short|lower }}/profile/{{ existing_group.link_name }}/delete'" value="Delete"/>
    18  <input type="button" onclick="location.href='/site/{{ entity_type|lower }}/profile/{{ entity.link_name }}/delete'" value="Delete"/>
    19 </td>
    19 </td>
    20  {% endblock %}
    20  {% endblock %}