attempting to fix things that are broken. Comitting so I can get the newer version.
[zzz-floof.git] / floof / templates / users / view.mako
index eb24b2d..5c2e8e6 100644 (file)
@@ -24,5 +24,5 @@ ${h.form(url(controller='user_settings', action='rel_toggle', name=c.user.name.l
 <%! from floof.lib.search import parse %>
 % for gallery in c.this_user.primary_page.galleries:
 <h2>${gallery.string}</h2>
-${macros.thumbs(parse(gallery.tags.string))}
+${macros.thumbs(parse(gallery.string))}
 % endfor