From 5c845ccdc687577c3fa7e8efe81a93ed57c5f272 Mon Sep 17 00:00:00 2001 From: guimoz Date: Mon, 30 Jan 2017 01:47:43 +0100 Subject: [PATCH] Typo --- templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/home.html b/templates/home.html index ffe2e24..e4cbac1 100644 --- a/templates/home.html +++ b/templates/home.html @@ -59,8 +59,8 @@ $(function () { name: 'Etat du Rezo', innerSize: '50%', data: [ - ['Tranchés', {{ stat[0] }}], - ['Vivants', {{ stat[1] }}] + ['Tranchés', {{ stats[0] }}], + ['Vivants', {{ stats[1] }}] ] }] });