aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>