Great Migration: spline.plugins => splinext
[zzz-spline-forum.git] / spline / plugins / forum / templates / forum / forums.mako
diff --git a/spline/plugins/forum/templates/forum/forums.mako b/spline/plugins/forum/templates/forum/forums.mako
deleted file mode 100644 (file)
index 37c5770..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<%inherit file="/base.mako" />
-
-<%def name="title()">Forums</%def>
-
-<ul class="classic-list">
-    % for forum in c.forums:
-    <li><a href="${url(controller='forum', action='threads', forum_id=forum.id)}">${forum.name}</a></li>
-    % endfor
-</ul>