diff --git a/serve.py b/serve.py
index 8e37de2..a45ad27 100755
--- a/serve.py
+++ b/serve.py
@@ -197,7 +197,7 @@ class QuestionHandler(BaseHandler):
return {
'method': 'finished_topic',
'params': { # FIXME no html here please!
- 'question': f''
+ 'question': f'
'
}
}
diff --git a/static/trophy.svg b/static/trophy.svg
new file mode 100644
index 0000000..5078e50
--- /dev/null
+++ b/static/trophy.svg
@@ -0,0 +1,93 @@
+
+
+
+
diff --git a/templates/topic.html b/templates/topic.html
index 5c626d3..a2d2627 100644
--- a/templates/topic.html
+++ b/templates/topic.html
@@ -96,6 +96,8 @@