X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/366dedf71b3cdd775251c7cea4b1519b44b37164..422dfbb85e3efd51efd676779012aeb3f9575ba4:/floof/templates/art/show.mako?ds=sidebyside 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)}