From d36e6e273e5cb4a9820617436102051646e45c0d Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 27 Feb 2014 14:27:32 -0500 Subject: [PATCH] Fix bug in events page for #2006 The need for this import entered with #1369. --- www/%username/events/index.html.spt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/%username/events/index.html.spt b/www/%username/events/index.html.spt index 995266674a..c6eed49228 100644 --- a/www/%username/events/index.html.spt +++ b/www/%username/events/index.html.spt @@ -2,7 +2,7 @@ from decimal import Decimal from aspen import Response, log from aspen.utils import to_age -from gittip.utils import get_participant +from gittip.utils import get_participant, get_avatar_url db = website.db