From 0a01fe13c5fa3dea17347a21a18be6af5a95a0e2 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Sun, 3 Dec 2017 20:05:49 +0000 Subject: [PATCH] - new image trophy.svg --- serve.py | 2 +- static/trophy.svg | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ templates/topic.html | 3 ++- 3 files changed, 96 insertions(+), 2 deletions(-) create mode 100644 static/trophy.svg 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