app/soc/templates/soc/site/sponsor/profile/edit.html
changeset 360 5ad9cabb5892
parent 344 d135c8c09967
child 362 d904f4a76f6f
--- a/app/soc/templates/soc/site/sponsor/profile/edit.html	Thu Oct 16 16:05:08 2008 +0000
+++ b/app/soc/templates/soc/site/sponsor/profile/edit.html	Thu Oct 16 17:30:58 2008 +0000
@@ -15,6 +15,6 @@
  {% block submit_buttons %}
  {{ block.super }}
 <td>
- <input type="button" onclick="location.href='/site/{{ group_type_short|lower }}/profile/{{ existing_group.link_name }}/delete'" value="Delete"/>
+ <input type="button" onclick="location.href='/site/{{ entity_type|lower }}/profile/{{ entity.link_name }}/delete'" value="Delete"/>
 </td>
- {% endblock %}
\ No newline at end of file
+ {% endblock %}