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
9d34279
..
eb24b2d
100644
(file)
--- a/
floof/templates/users/view.mako
+++ b/
floof/templates/users/view.mako
@@
-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.
search
.string))}
+${macros.thumbs(parse(gallery.
tags
.string))}
% endfor