app/soc/templates/soc/site/sponsor/profile/edit.html
changeset 382 f1be585b894e
parent 362 d904f4a76f6f
child 392 76f130cc16b0
equal deleted inserted replaced
381:8b9e8f5d119b 382:f1be585b894e
    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/{{ entity_type_short|lower }}/profile/{{ entity.link_name }}/delete'" value="Delete"/>
    18  <input type="button" onclick="location.href='/site/{{ entity_type_short|lower }}/profile/delete/{{ entity.link_name }}'" value="Delete"/>
    19 </td>
    19 </td>
    20  {% endblock %}
    20  {% endblock %}