X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/fca6f64bc81a02c61ba45a13de25f3da2e7630b3..40a5c182712d31d44aeacddd16a457f5ab707de7:/floof/templates/comments/reply.mako 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')}