euscanwww: Added floatformat to average confidence to round

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-11-29 12:02:43 +01:00
parent 8c53d7c03e
commit 058a2fe38c
1 changed files with 1 additions and 1 deletions

View File

@ -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>