app/soc/templates/soc/site/sponsor/profile/edit.html
changeset 362 d904f4a76f6f
parent 360 5ad9cabb5892
child 382 f1be585b894e
--- a/app/soc/templates/soc/site/sponsor/profile/edit.html	Thu Oct 16 17:34:10 2008 +0000
+++ b/app/soc/templates/soc/site/sponsor/profile/edit.html	Thu Oct 16 18:08:35 2008 +0000
@@ -15,6 +15,6 @@
  {% block submit_buttons %}
  {{ block.super }}
 <td>
- <input type="button" onclick="location.href='/site/{{ entity_type|lower }}/profile/{{ entity.link_name }}/delete'" value="Delete"/>
+ <input type="button" onclick="location.href='/site/{{ entity_type_short|lower }}/profile/{{ entity.link_name }}/delete'" value="Delete"/>
 </td>
  {% endblock %}