diff options
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") |