projects
/
zzz-floof.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1dfae8e
)
Fixed a little s/// failure in the user view template.
author
Eevee
<git@veekun.com>
Mon, 7 Dec 2009 02:16:47 +0000
(18:16 -0800)
committer
Eevee
<git@veekun.com>
Mon, 7 Dec 2009 02:16:47 +0000
(18:16 -0800)
floof/templates/users/view.mako
patch
|
blob
|
history
diff --git
a/floof/templates/users/view.mako
b/floof/templates/users/view.mako
index
eb24b2d
..
3bff21a
100644
(file)
--- 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
% endif
% endif
-<%! from floof.lib.
search
import parse %>
+<%! from floof.lib.
tags
import parse %>
% for gallery in c.this_user.primary_page.galleries:
<h2>${gallery.string}</h2>
% for gallery in c.this_user.primary_page.galleries:
<h2>${gallery.string}</h2>
-${macros.thumbs(parse(gallery.
tags
.string))}
+${macros.thumbs(parse(gallery.
search
.string))}
% endfor
% endfor