]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/rank_index.mako
Round Elo. We do not need that to the thousandth :)
[xonotic/xonstat.git] / xonstat / templates / rank_index.mako
index 632823f9ce166eb4348aba47536ed01754c97166..fbfdd8a0d1add974a69725214b473ace23bb5289 100644 (file)
@@ -30,7 +30,7 @@ Capture The Flag Rank Index
       <tr>
         <td>${rank.rank}</td>
         <td><a href="${request.route_url("player_info", id=rank.player_id)}" title="Go to this player's info page">${rank.nick_html_colors()|n}</a></th>
-        <td>${round(rank.elo, 3)}</th>
+        <td>${int(round(rank.elo))}</th>
       </tr>
       <% i += 1 %>
       % endfor