X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/11f3ff4140edcd5dd4d8e20f918c58003c634d10..bedce37c00ee72650787b590e0e549bf6971f2e3:/floof/templates/art/show.mako diff --git a/floof/templates/art/show.mako b/floof/templates/art/show.mako index f2320fd..715b9d1 100644 --- a/floof/templates/art/show.mako +++ b/floof/templates/art/show.mako @@ -2,19 +2,20 @@ <%! from floof.model.art import Rating %> -

View Art

+

Viewing Art

+% if c.user: ${h.form (h.url_for (controller='art', action='tag', id=c.art.id), multipart=True)} Add Some Tags: ${h.text('tags')} ${h.submit('submit', 'Tag!')} ${h.end_form()} % for tag in c.art.tags: -x -${tag} +x +${tag} % endfor -What do you think? +

What do you think?

% for score,text in sorted(Rating.options.items()): ${text} % endfor +% endif