Posting!
[zzz-spline-forum.git] / splinext / forum / templates / forum / write.mako
1 <%inherit file="/base.mako" />
2 <%namespace name="lib" file="/lib.mako" />
3
4 <%def name="title()">Post to ${c.thread.subject} - ${c.thread.forum.name} - Forums</%def>
5
6 ${h.form(url.current())}
7 <dl class="standard-form">
8     ${lib.field('content', rows=12, cols=80)}
9
10     <dd><button type="submit">Post!</button></dd>
11 </dl>
12 ${h.end_form()}