* WebHost: Round percentage of checks, fix possible 500 error * Round using str.format in the template How the percentage of checks done should be displayed is a display concern, so it makes sense to just always do it in the template. That way, along with using .format() instead of .round, means we always get exactly the same presentation regardless of whether it ends in .00 (which would not round to two decimal places), is an int (which `round(2)` wouldn't touch at all), etc. * Round percent_total_checks_done in lttp multitracker * Fix non-LttP games showing as 0% done in LttP MultiTracker |
||
---|---|---|
.. | ||
header | ||
404.html | ||
autotablepage.html | ||
check.html | ||
checkResult.html | ||
checksfinderTracker.html | ||
faq.html | ||
gameInfo.html | ||
generate.html | ||
genericTracker.html | ||
glossary.html | ||
hintTable.html | ||
hostGame.html | ||
hostRoom.html | ||
islandFooter.html | ||
landing.html | ||
lttpMultiTracker.html | ||
lttpTracker.html | ||
macros.html | ||
minecraftTracker.html | ||
multiFactorioTracker.html | ||
multiTracker.html | ||
multiTrackerNavigation.html | ||
ootTracker.html | ||
pageWrapper.html | ||
player-options.html | ||
sc2wolTracker.html | ||
seedError.html | ||
siteMap.html | ||
startPlaying.html | ||
stats.html | ||
supermetroidTracker.html | ||
supportedGames.html | ||
tablepage.html | ||
templates.html | ||
timespinnerTracker.html | ||
tutorial.html | ||
tutorialLanding.html | ||
userContent.html | ||
viewSeed.html | ||
waitSeed.html | ||
weighted-options.html |