diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-15 10:19:49 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-15 10:23:32 +0100 |
commit | 09b8fb93b5b459d3442d0cd3abe58e2010fb0d86 (patch) | |
tree | ab883e15f337aab7bee34619251aaca25bf3518b /views/tm_active.pug | |
parent | ea5ee6b976dedc1ac54d7fb71473db0131d735be (diff) | |
download | server-09b8fb93b5b459d3442d0cd3abe58e2010fb0d86.tar.gz |
Set page titles.
Diffstat (limited to 'views/tm_active.pug')
-rw-r--r-- | views/tm_active.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/tm_active.pug b/views/tm_active.pug index cc821b2..625eac2 100644 --- a/views/tm_active.pug +++ b/views/tm_active.pug @@ -3,11 +3,11 @@ doctype html html head include head - title= SITE_NAME + title Your tournaments body include header article.wide - h1 Your Tournaments + h1 Your tournaments if seeds && seeds.length > 0 +seedlist(seeds, "Registrations") |