Browse Source

Typo

master
guimoz 9 years ago
parent
commit
5c845ccdc6
  1. 4
      templates/home.html

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

Loading…
Cancel
Save