X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/6371c50c3b414c0bb06a6144cd31803a1363a602..f267b2f2841d407dcdf9c3c0f5406f8c10403ccb:/floof/templates/comments/reply.mako diff --git a/floof/templates/comments/reply.mako b/floof/templates/comments/reply.mako new file mode 100644 index 0000000..916cc91 --- /dev/null +++ b/floof/templates/comments/reply.mako @@ -0,0 +1,17 @@ +<%inherit file="/base.mako" /> +<%namespace name="comments" file="/comments/lib.mako" /> + +
Replying to comment ${c.parent_comment_id}
+% else: +${h.form(url(controller='comments', action='reply_done', owner_url=c.owner_url), method='post')} +% endif +