From 058a2fe38c73309468b539b0ef0c135af64c245b Mon Sep 17 00:00:00 2001 From: volpino Date: Thu, 29 Nov 2012 12:02:43 +0100 Subject: [PATCH] euscanwww: Added floatformat to average confidence to round Signed-off-by: volpino --- euscanwww/djeuscan/templates/euscan/statistics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/euscanwww/djeuscan/templates/euscan/statistics.html b/euscanwww/djeuscan/templates/euscan/statistics.html index b4fccad..3179e56 100644 --- a/euscanwww/djeuscan/templates/euscan/statistics.html +++ b/euscanwww/djeuscan/templates/euscan/statistics.html @@ -63,7 +63,7 @@ {{ handler.n }} - {{ handler.avg_conf }} + {{ handler.avg_conf|floatformat:1 }} {% endfor %}