From 7649945cdb6b4a6c7bf56151caf0308acf4d9243 Mon Sep 17 00:00:00 2001 From: Miguel Barao Date: Tue, 9 Jun 2015 11:41:15 +0100 Subject: [PATCH] - added crown image to 1st place in /results. --- static/crown.jpg | Bin 0 -> 5092 bytes templates/results.html | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 static/crown.jpg diff --git a/static/crown.jpg b/static/crown.jpg new file mode 100644 index 0000000..558a1c3 Binary files /dev/null and b/static/crown.jpg differ diff --git a/templates/results.html b/templates/results.html index 60d6438..4b587b5 100644 --- a/templates/results.html +++ b/templates/results.html @@ -76,7 +76,12 @@ ${loop.index+1} ${r[0]} - ${r[1]} + + % if loop.index == 0: + + %endif + ${r[1]} +
% if r[2] < 10: -- libgit2 0.21.2