From 627cd9034b5cf65b48772908d7c9ddae764178f7 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Sat, 7 Oct 2017 21:40:15 +0200 Subject: [PATCH] Profile pics are now png --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index b37f14f..3cee7cf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@
{% for person in leaderboard %}
- + {{ person.name }} {{ person.score }}
@@ -32,7 +32,7 @@

Next Meal

Cook

- + {{ cook.name }}
CONFIRM
BAIL
@@ -40,7 +40,7 @@

Eaters

{% for eater in eaters %}
- + {{ eater.name }}
{% endfor %}