Great Migration: spline.plugins => splinext
[zzz-spline-forum.git] / spline / plugins / forum / templates / forum / posts.mako
diff --git a/spline/plugins/forum/templates/forum/posts.mako b/spline/plugins/forum/templates/forum/posts.mako
deleted file mode 100644 (file)
index f7eca9c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<%inherit file="/base.mako" />
-
-<%def name="title()">${c.thread.subject} - ${c.thread.forum.name} - Forums</%def>
-
-<ul class="classic-list">
-    % for post in c.thread.posts:
-    <li><blockquote>${post.content}</blockquote></li>
-    % endfor
-</ul>