summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bidding_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidding_data.py b/src/bidding_data.py
index 7422653..4a70969 100644
--- a/src/bidding_data.py
+++ b/src/bidding_data.py
@@ -482,7 +482,7 @@ class JFRBidding(object):
bidding_style = board_content.new_tag(
'link', rel='stylesheet',
href='css/bidding.css')
- jquery_scripts[0].insert_after(bidding_style)
+ board_content.head.append(bidding_style)
board_html.seek(0)
board_html.write(board_content.prettify(
'utf-8', formatter='html'))