X-Git-Url: http://git.veekun.com/zzz-spline-forum.git/blobdiff_plain/9ce0aa1ffc82b28b9b1c7cb44d19d8054e446144..ada04281f0d79218f32415acf570a627dc68bde7:/splinext/forum/templates/forum/threads.mako diff --git a/splinext/forum/templates/forum/threads.mako b/splinext/forum/templates/forum/threads.mako index 3add2ad..7df962b 100644 --- a/splinext/forum/templates/forum/threads.mako +++ b/splinext/forum/templates/forum/threads.mako @@ -1,4 +1,5 @@ <%inherit file="/base.mako" /> +<%namespace name="forumlib" file="/forum/lib.mako" /> <%def name="title()">${c.forum.name} - Forums @@ -9,10 +10,16 @@ +

Threads

+${forumlib.hierarchy(c.forum)} + - + @@ -25,3 +32,5 @@ % endfor
Thread + + Thread + Posts
+ +${forumlib.write_thread_form(c.forum)}