attempting to fix things that are broken. Comitting so I can get the newer version.
[zzz-floof.git] / floof / templates / art / show.mako
index 9356447..3ea3849 100644 (file)
@@ -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>