diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index b8fe6e904629655e5f3d3295ca6eb3b4053d9ab9..621a577fb217dcd33895ba9098e4d5d65b970a54 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -32,7 +32,7 @@
         -for person in group.people
 
           %li.person{:id => person.id, :from_group_id => group.id}
-            = image_tag(person.profile.image_url(:thumb_small)) unless person.profile.image_url.nil?
+            = person_image_tag(person)
             .name
               = person.real_name
 %p