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 %}