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] }}] ] }] });