X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c68928f2fc57638134bae50fe4ff5b1e979bb198..dce049a4e2dd5fee51fe9d8ebafd4c9401c0c5dd:/floof/templates/comments/reply.mako?ds=inline diff --git a/floof/templates/comments/reply.mako b/floof/templates/comments/reply.mako index 9941433..916cc91 100644 --- a/floof/templates/comments/reply.mako +++ b/floof/templates/comments/reply.mako @@ -2,7 +2,12 @@ <%namespace name="comments" file="/comments/lib.mako" />

Reply

+% if c.parent_comment: +${h.form(url(controller='comments', action='reply_done', id=c.parent_comment_id, owner_url=c.owner_url), method='post')} +

Replying to comment ${c.parent_comment_id}

+% else: ${h.form(url(controller='comments', action='reply_done', owner_url=c.owner_url), method='post')} +% endif
Comment
${h.textarea('text')}