diff options
author | emkael <emkael@tlen.pl> | 2019-12-30 00:06:11 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-12-30 00:06:11 +0100 |
commit | c904ec2a826f1a55adff51d8db90f224008ca350 (patch) | |
tree | 23dc8703544119c2f8e5faee7ef5bf366ac76181 /jfr_playoff/template.py | |
parent | 3d06a19e83334356da988dcf866655f98b06ee42 (diff) |
Support for absolute URLs for team flags
Diffstat (limited to 'jfr_playoff/template.py')
-rw-r--r-- | jfr_playoff/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jfr_playoff/template.py b/jfr_playoff/template.py index c4e6d4f..c72378c 100644 --- a/jfr_playoff/template.py +++ b/jfr_playoff/template.py @@ -149,7 +149,7 @@ class PlayoffTemplateStrings(object): '''
LEADERBOARD_ROW_FLAG = '''
- <img class="fl" src="images/%s" />
+ <img class="fl" src="%s%s" />
'''
LEADERBOARD_CAPTION_TABLE = '''
|