projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
attempting to fix things that are broken. Comitting so I can get the newer version.
[zzz-floof.git]
/
floof
/
templates
/
art
/
show.mako
diff --git
a/floof/templates/art/show.mako
b/floof/templates/art/show.mako
index
9356447
..
3ea3849
100644
(file)
--- a/
floof/templates/art/show.mako
+++ b/
floof/templates/art/show.mako
@@
-38,7
+38,7
@@
${h.end_form()}
('Recipient', c.art.recipients), \
('Participant', c.art.participants)):
% for user in relations:
-<li>${label}:
${user.name}
+<li>${label}:
<a href="${h.url('user_page', name=user.name)}">${user.name}</a>
% endfor
% endfor
</ul>