app/soc/templates/soc/models/edit.html
changeset 1049 cc6aedbde28d
parent 1035 04229d710ce9
child 1336 b0633dce6492
--- a/app/soc/templates/soc/models/edit.html	Wed Jan 28 17:33:05 2009 +0000
+++ b/app/soc/templates/soc/models/edit.html	Wed Jan 28 18:23:45 2009 +0000
@@ -56,9 +56,11 @@
    {% endif %}
    </td>
    {% if entity %}
+   {% block delete_button %}
    <td>
     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/delete/{{ entity_suffix }}'" value="Delete"/>
    </td>
+   {% endblock %}
 {% if export_link %}
    <td>
     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/export/{{ entity_suffix }}'" value="Export"/>