Thread creation and some tiny posting polish.
[zzz-spline-forum.git] / splinext / forum / templates / forum / posts.mako
index 24dd875..b97954f 100644 (file)
@@ -1,4 +1,5 @@
 <%inherit file="/base.mako" />
+<%namespace name="forumlib" file="/forum/lib.mako" />
 
 <%def name="title()">${c.thread.subject} - Forums</%def>
 
@@ -28,3 +29,5 @@
     </div>
     % endfor
 </div>
+
+${forumlib.write_post_form(c.thread)}