From 3433a3a6b06d776334a70e73526ae64e5623eba9 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 14 Feb 2016 00:38:21 -0600 Subject: [PATCH] Commas in numbers. --- templates/index.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.mako b/templates/index.mako index af504c7..501e975 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -24,11 +24,11 @@ - + - +
TIF${"{0:.2f}".format(result["tif"])} views/min${"{0:,.2f}".format(result["tif"])} views/min
Transclusions${result["transclusions"]} pages${"{0:,}".format(result["transclusions"])} pages
Protection