X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/d4609fff2bfd910366c41116f1da35e4037da7d4..bedce37c00ee72650787b590e0e549bf6971f2e3:/floof/templates/art/show.mako diff --git a/floof/templates/art/show.mako b/floof/templates/art/show.mako index 2ac5305..715b9d1 100644 --- a/floof/templates/art/show.mako +++ b/floof/templates/art/show.mako @@ -2,8 +2,9 @@ <%! 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!')} @@ -14,7 +15,7 @@ ${h.end_form()} ${tag} % endfor -What do you think? +

What do you think?

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