X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/03afe6343d8d8d5547074999b85a7b2d1fe2f428..422dfbb85e3efd51efd676779012aeb3f9575ba4:/floof/templates/art/show.mako diff --git a/floof/templates/art/show.mako b/floof/templates/art/show.mako index 262f1cb..5895be8 100644 --- a/floof/templates/art/show.mako +++ b/floof/templates/art/show.mako @@ -1,4 +1,5 @@ <%inherit file="/base.mako" /> +<%namespace name="comments" file="/comments.mako" /> <%! from floof.model.art import Rating %> @@ -33,3 +34,4 @@ ${h.end_form()} +${comments.entire_thread(c.art.discussion)}