aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolpino <fox91@anche.no>2012-11-29 12:02:43 +0100
committervolpino <fox91@anche.no>2012-11-29 12:02:43 +0100
commit058a2fe38c73309468b539b0ef0c135af64c245b (patch)
treeebc669b8a86f297c167c7dce3e4ae964a902494d
parenteuscanwww: Indentation must be a multiple of 4 (diff)
downloadeuscan-058a2fe38c73309468b539b0ef0c135af64c245b.tar.gz
euscan-058a2fe38c73309468b539b0ef0c135af64c245b.tar.bz2
euscan-058a2fe38c73309468b539b0ef0c135af64c245b.zip
euscanwww: Added floatformat to average confidence to round
Signed-off-by: volpino <fox91@anche.no>
-rw-r--r--euscanwww/djeuscan/templates/euscan/statistics.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</a>
</td>
<td>{{ handler.n }}</td>
- <td>{{ handler.avg_conf }}</td>
+ <td>{{ handler.avg_conf|floatformat:1 }}</td>
</tr>
{% endfor %}
</tbody>