X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/b07336c562d537ea3407d6a1c9fcb280dae7f514..83db05b7c671b4736dc83393b8ff4e90943a9793:/floof/templates/art/show.mako?ds=inline diff --git a/floof/templates/art/show.mako b/floof/templates/art/show.mako index bf14dff..3ea3849 100644 --- a/floof/templates/art/show.mako +++ b/floof/templates/art/show.mako @@ -38,17 +38,11 @@ ${h.end_form()} ('Recipient', c.art.recipients), \ ('Participant', c.art.participants)): % for user in relations: -
  • ${label}: ${user.name} +
  • ${label}: ${user.name} % endfor % endfor -

    Add Relations

    -${h.form (h.url("create_relation", kind="by", art_id=c.art.id))} -By: ${h.text('username')} -${h.submit('add','Add')} -${h.end_form()} - ${comments.comment_block(c.art.discussion.comments)}