app/soc/templates/soc/site/sponsor/profile/edit.html
changeset 344 d135c8c09967
parent 290 2a92b866ed40
child 360 5ad9cabb5892
--- a/app/soc/templates/soc/site/sponsor/profile/edit.html	Wed Oct 15 20:10:07 2008 +0000
+++ b/app/soc/templates/soc/site/sponsor/profile/edit.html	Wed Oct 15 20:24:02 2008 +0000
@@ -15,6 +15,6 @@
  {% block submit_buttons %}
  {{ block.super }}
 <td>
- <input type="button" onclick="location.href='/site/sponsor/profile/{{ existing_group.link_name }}/delete'" value="Delete"/>
+ <input type="button" onclick="location.href='/site/{{ group_type_short|lower }}/profile/{{ existing_group.link_name }}/delete'" value="Delete"/>
 </td>
  {% endblock %}
\ No newline at end of file