app/soc/templates/soc/site/sponsor/profile/edit.html
changeset 382 f1be585b894e
parent 362 d904f4a76f6f
child 392 76f130cc16b0
--- a/app/soc/templates/soc/site/sponsor/profile/edit.html	Sat Oct 18 05:59:04 2008 +0000
+++ b/app/soc/templates/soc/site/sponsor/profile/edit.html	Sat Oct 18 17:25:04 2008 +0000
@@ -15,6 +15,6 @@
  {% block submit_buttons %}
  {{ block.super }}
 <td>
- <input type="button" onclick="location.href='/site/{{ entity_type_short|lower }}/profile/{{ entity.link_name }}/delete'" value="Delete"/>
+ <input type="button" onclick="location.href='/site/{{ entity_type_short|lower }}/profile/delete/{{ entity.link_name }}'" value="Delete"/>
 </td>
  {% endblock %}