X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/422dfbb85e3efd51efd676779012aeb3f9575ba4..fca6f64bc81a02c61ba45a13de25f3da2e7630b3:/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..9941433 --- /dev/null +++ b/floof/templates/comments/reply.mako @@ -0,0 +1,12 @@ +<%inherit file="/base.mako" /> +<%namespace name="comments" file="/comments/lib.mako" /> + +

Reply

+${h.form(url(controller='comments', action='reply_done', owner_url=c.owner_url), method='post')} +
+
Comment
+
${h.textarea('text')}
+ +
${h.submit(None, 'Post')}
+
+${h.end_form()}