From ede55b317dea7915f4ced8b628d2b31262dc2847 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 13 Oct 2024 19:59:20 +0200 Subject: Show active tournaments on main tournament page. --- views/tm_list.pug | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/tm_list.pug') diff --git a/views/tm_list.pug b/views/tm_list.pug index 41945fc..4f7c147 100644 --- a/views/tm_list.pug +++ b/views/tm_list.pug @@ -26,3 +26,5 @@ html +seedlist(seeds, TITLE_NAME[title_id]) if 1 +seedlist(seeds, "Mini Cup") + + +poollist(active_pools, "Active") -- cgit v1.2.3