diff --git a/www/%username/members/index.html.spt b/www/%username/members/index.html.spt
index 54d84db00e..bb786c603e 100644
--- a/www/%username/members/index.html.spt
+++ b/www/%username/members/index.html.spt
@@ -1,6 +1,6 @@
"""Show information about a single participant. It might be you!
"""
-from gittip.utils import get_participant
+from gittip.utils import get_participant, get_avatar_url
[-----------------------------------------------------------------------------]