diff -r 0f1acc4c3e1e -r 7dd6d8347b56 app/soc/views/sponsor/profile.py --- a/app/soc/views/sponsor/profile.py Fri Oct 03 22:17:05 2008 +0000 +++ b/app/soc/views/sponsor/profile.py Fri Oct 03 23:01:49 2008 +0000 @@ -25,8 +25,9 @@ from soc.logic import out_of_band from soc.logic import sponsor from soc.views import simple +from soc.views import helper +import soc.views.helper.templates from soc.views.helpers import response_helpers -from soc.views.helpers import template_helpers DEF_SPONSOR_PUBLIC_TMPL = 'soc/group/profile/public.html' @@ -52,7 +53,7 @@ return simple.errorResponse(request, error, template, context) linkname_sponsor.description = \ - template_helpers.unescape(linkname_sponsor.description) + helper.templates.unescape(linkname_sponsor.description) context.update({'linkname_group': linkname_sponsor, 'group_type': 'Sponsor'})