The https://isharmud.com/leaders/#leaders ("Leader board") page blank for classic players because the Toetums player has >1000 renown. Django templating is formatting the value for GridJS with an extra comma (as 1,001, rather than 1001). This likely is currently only breaking rendering of the page client-side when Toetums appears within the GridJS data, but would affect other numeric values beyond total_renown as well.
The https://isharmud.com/leaders/#leaders ("Leader board") page blank for classic players because the
Toetums
player has >1000 renown. Django templating is formatting the value for GridJS with an extra comma (as1,001
, rather than1001
). This likely is currently only breaking rendering of the page client-side whenToetums
appears within the GridJSdata
, but would affect other numeric values beyondtotal_renown
as well.