X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/36dba08534b4309de0e0746784e2a6c5bb854030..b0ad3cb49cc07e32a24cc0119a05c7faf245ae19:/floof/templates/users/view.mako diff --git a/floof/templates/users/view.mako b/floof/templates/users/view.mako index 5c2e8e6..3bff21a 100644 --- a/floof/templates/users/view.mako +++ b/floof/templates/users/view.mako @@ -21,8 +21,8 @@ ${h.form(url(controller='user_settings', action='rel_toggle', name=c.user.name.l % endif % endif -<%! from floof.lib.search import parse %> +<%! from floof.lib.tags import parse %> % for gallery in c.this_user.primary_page.galleries:

${gallery.string}

-${macros.thumbs(parse(gallery.string))} +${macros.thumbs(parse(gallery.search.string))} % endfor