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'trophy' + 'question': f'trophy' } } 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 @@
+ +
{% module xsrf_form_html() %} @@ -213,7 +215,6 @@ $(document).ready(function() { getQuestion(); $("#submit").click(postQuestion); - // $("#change_password").click(change_password); }); -- libgit2 0.21.2