diff options
Diffstat (limited to 'playoff/template.py')
-rw-r--r-- | playoff/template.py | 2 |
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> |