From 44c38cb0f1a52787306ffca3ee4916f382bf7cc4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 26 Apr 2025 13:41:36 +0200 Subject: Fix broken links. Add explanation of tournament ban length. --- views/tm_list.pug | 2 +- views/tm_seed.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/tm_list.pug b/views/tm_list.pug index f5efa26..7c25d69 100644 --- a/views/tm_list.pug +++ b/views/tm_list.pug @@ -9,6 +9,6 @@ html article h1 Tournaments - p See tournament information. + p See tournament information. +seedlist(seeds, "Mini Cup") diff --git a/views/tm_seed.pug b/views/tm_seed.pug index ea31a41..65c213d 100644 --- a/views/tm_seed.pug +++ b/views/tm_seed.pug @@ -25,7 +25,7 @@ html tr td Format td - a(href="/docs/tournaments.html") Mini Cup + a(href="/docs/tournaments") Mini Cup if seed.scenario !== "Standard" tr td Scenario -- cgit v1.2.3