some nice mixins for tags, ratings, relations
[zzz-floof.git] / floof / templates / users / view.mako
index d128276..f9a9329 100644 (file)
@@ -3,7 +3,7 @@
 
 <p>This is the userpage for ${c.this_user.name}.</p>
 
 
 <p>This is the userpage for ${c.this_user.name}.</p>
 
-% for gallery in c.this_user.galleries:
+% for gallery in c.this_user.primary_page.galleries:
 <h2>${gallery.string}</h2>
 ${macros.thumbs(gallery.search.results)}
 % endfor
\ No newline at end of file
 <h2>${gallery.string}</h2>
 ${macros.thumbs(gallery.search.results)}
 % endfor
\ No newline at end of file