projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
merged suff, commented out some of my own
[zzz-floof.git]
/
floof
/
templates
/
users
/
view.mako
diff --git
a/floof/templates/users/view.mako
b/floof/templates/users/view.mako
index
5b7e12d
..
eb24b2d
100644
(file)
--- a/
floof/templates/users/view.mako
+++ b/
floof/templates/users/view.mako
@@
-21,7
+21,8
@@
${h.form(url(controller='user_settings', action='rel_toggle', name=c.user.name.l
% endif
% endif
+<%! from floof.lib.search import parse %>
% for gallery in c.this_user.primary_page.galleries:
<h2>${gallery.string}</h2>
-${macros.thumbs(
gallery.search.results
)}
+${macros.thumbs(
parse(gallery.tags.string)
)}
% endfor