--- 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"/>