From 6e090383ea1b561af29e696f3f56950d5c4e9ad5 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 25 Jan 2019 18:17:02 +0100 Subject: Finishing position captions in tooltips --- jfr_playoff/template.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'jfr_playoff/template.py') diff --git a/jfr_playoff/template.py b/jfr_playoff/template.py index a33afcc..fdfc107 100644 --- a/jfr_playoff/template.py +++ b/jfr_playoff/template.py @@ -107,6 +107,16 @@ class PlayoffTemplateStrings(object): ''' + CAPTIONED_POSITION_BOX = ''' + + + + +
+ %d +
+ ''' + MATCH_BOX = '''
%s -- cgit v1.2.3