99414339e780c320ffc123722eac3bc8a0008f4e
[zzz-floof.git] / floof / templates / comments / reply.mako
1 <%inherit file="/base.mako" />
2 <%namespace name="comments" file="/comments/lib.mako" />
3
4 <h1>Reply</h1>
5 ${h.form(url(controller='comments', action='reply_done', owner_url=c.owner_url), method='post')}
6 <dl class="form">
7     <dt>Comment</dt>
8     <dd>${h.textarea('text')}</dd>
9
10     <dd>${h.submit(None, 'Post')}</dd>
11 </dl>
12 ${h.end_form()}