aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolpino <fox91@anche.no>2012-11-29 12:02:43 +0100
committervolpino <fox91@anche.no>2013-02-23 12:29:04 +0100
commit21d026becfc61e952d10f2f7ac0ab5ac5a0d4b8b (patch)
treeeb1ce54d9989cabfcc9fb84c5197d99da4a5c711
parenteuscanwww: Indentation must be a multiple of 4 (diff)
downloadeuscan-21d026becfc61e952d10f2f7ac0ab5ac5a0d4b8b.tar.gz
euscan-21d026becfc61e952d10f2f7ac0ab5ac5a0d4b8b.tar.bz2
euscan-21d026becfc61e952d10f2f7ac0ab5ac5a0d4b8b.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>