diff --git a/templates/round_summary.html b/templates/round_summary.html index e2be0e1..e08051b 100644 --- a/templates/round_summary.html +++ b/templates/round_summary.html @@ -4,7 +4,15 @@ {% block body %} @@ -91,7 +99,7 @@

Top Users PPLNS Summary {{ dat['user'] }} {% endif %} {{ '{:,}'.format(dat['shares'] | int) }} - {{ '{:,}'.format((dat['hashrate'] / 1000) | round(2)) }} KH/s + {{ '{:,}'.format((dat['hashrate'] / 1000) | round(2)) }} KH/s {% if donation_perc != None %}{{ '{:0.1f}'.format(dat['donation_perc']) }}%{% else %}-{% endif %} {% endfor %}