diff options
Diffstat (limited to 'jfr_playoff/template.py')
-rw-r--r-- | jfr_playoff/template.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jfr_playoff/template.py b/jfr_playoff/template.py index 99e6225..63d4cdf 100644 --- a/jfr_playoff/template.py +++ b/jfr_playoff/template.py @@ -107,6 +107,9 @@ PAGE_BODY = ''' <script type="text/javascript" src="sklady/wz_tooltip.js"></script> %s %s +<p> +%s +</p> %s %s ''' @@ -126,3 +129,7 @@ PAGE = ''' </body> </html> ''' + +SWISS_LINK = ''' +[<a href="%s" class="zb" target="_top"> Turniej o %d. miejsce </a>]<br /><br /> +''' |