X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/dce049a4e2dd5fee51fe9d8ebafd4c9401c0c5dd..20379253a8fa1326e175c0f0bb5faee4aeeea158:/floof/templates/comments/lib.mako diff --git a/floof/templates/comments/lib.mako b/floof/templates/comments/lib.mako index 0c8ebfb..e822a17 100644 --- a/floof/templates/comments/lib.mako +++ b/floof/templates/comments/lib.mako @@ -13,11 +13,21 @@ ${single_comment(comment)} <%def name="single_comment(comment)"> +% if hasattr(comment, 'indent'):
+% else: +
+% endif
${comment.user.name}
${comment.time}
- +

${comment.text}