From 2b00cc4735293a5276d120529a0bcc3b95177219 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 25 Apr 2018 12:44:58 +0200 Subject: Add explanation of leaderboard classes for these with defined captions --- jfr_playoff/template.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'jfr_playoff/template.py') diff --git a/jfr_playoff/template.py b/jfr_playoff/template.py index 6e412b9..b99c7c7 100644 --- a/jfr_playoff/template.py +++ b/jfr_playoff/template.py @@ -108,6 +108,22 @@ LEADERBOARD_ROW_FLAG = ''' ''' +LEADERBOARD_CAPTION_TABLE = ''' + + + +%s +
 
 LEGENDA 
+''' + +LEADERBOARD_CAPTION_TABLE_ROW = ''' + + + %s  + + +''' + PAGE_HEAD = ''' @@ -134,6 +150,7 @@ PAGE_BODY = '''

%s %s +%s ''' PAGE_BODY_FOOTER = ''' -- cgit v1.2.3