# HG changeset patch # User Pawel Solyga # Date 1224755258 0 # Node ID 5acee4621c3d116b3a0f1a76b12c32a7b19038f7 # Parent c8ac5c1161e2a8c96a0a15a86f4248f7735d8866 Fix Sponsor profile edit/create template. Don't show "View Sponsor Public Profile" link and Delete button in Create Sponsor view. Patch by: Pawel Solyga Review by: to-be-reviewed diff -r c8ac5c1161e2 -r 5acee4621c3d app/soc/templates/soc/site/sponsor/profile/edit.html --- a/app/soc/templates/soc/site/sponsor/profile/edit.html Thu Oct 23 09:08:02 2008 +0000 +++ b/app/soc/templates/soc/site/sponsor/profile/edit.html Thu Oct 23 09:47:38 2008 +0000 @@ -14,11 +14,15 @@ {% endcomment %} {% block submit_buttons %} {{ block.super }} +{% if entity %} +{% endif %} {% endblock %} {% block body %} {{ block.super }} +{% if entity %}

View Sponsor Public Profile

+{% endif %} {% endblock %} \ No newline at end of file