summaryrefslogtreecommitdiff
path: root/playoff/template.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-07-31 14:42:49 +0200
committeremkael <emkael@tlen.pl>2017-07-31 14:42:49 +0200
commite6c2b0521760d32ac3be5b5ca66b98f2c67046e4 (patch)
treedbf049de8438b976e9e3df140a305587e32228e0 /playoff/template.py
parent1a0d4323cd25b1653663013ca3183fb0b67a878e (diff)
Customizable JS settings
Diffstat (limited to 'playoff/template.py')
-rw-r--r--playoff/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/playoff/template.py b/playoff/template.py
index 8648a67..8713ab9 100644
--- a/playoff/template.py
+++ b/playoff/template.py
@@ -31,7 +31,7 @@ MATCH_RUNNING = '''
MATCH_GRID = '''
<div style="position: relative; width: %dpx; height: %dpx; margin: 10px">
-<canvas width="%d" height="%d" id="playoff_canvas"></canvas>
+<canvas width="%d" height="%d" id="playoff_canvas" %s></canvas>
%s
<script src="sklady/playoff.js" type="text/javascript"></script>
</div>