diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-13 19:59:20 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-13 19:59:20 +0200 |
commit | ede55b317dea7915f4ced8b628d2b31262dc2847 (patch) | |
tree | 3bfa73097f36dc6b1e7b08648d9f43579318eba3 /views/tm_list.pug | |
parent | 4d7bdc955a2e6dd2c222f985c7fbc9b4febbccc4 (diff) | |
download | server-ede55b317dea7915f4ced8b628d2b31262dc2847.tar.gz |
Show active tournaments on main tournament page.
Diffstat (limited to 'views/tm_list.pug')
-rw-r--r-- | views/tm_list.pug | 2 |
1 files changed, 2 insertions, 0 deletions
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") |