projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some nice mixins for tags, ratings, relations
[zzz-floof.git]
/
floof
/
templates
/
users
/
view.mako
diff --git
a/floof/templates/users/view.mako
b/floof/templates/users/view.mako
index
9f39bae
..
f9a9329
100644
(file)
--- a/
floof/templates/users/view.mako
+++ b/
floof/templates/users/view.mako
@@
-1,3
+1,9
@@
<%inherit file="/base.mako" />
<%inherit file="/base.mako" />
+<%namespace name="macros" file="/macros.mako" />
<p>This is the userpage for ${c.this_user.name}.</p>
<p>This is the userpage for ${c.this_user.name}.</p>
+
+% for gallery in c.this_user.primary_page.galleries:
+<h2>${gallery.string}</h2>
+${macros.thumbs(gallery.search.results)}
+% endfor
\ No newline at end of file