fix typo in detail.html

This commit is contained in:
Cervinko Cera 2016-04-21 14:46:19 +02:00
parent 6359ab73a7
commit 3f1a54ea59
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
{% if c.datatype == 'rating' %}
{{ '%d' % (column.value / 2) }}
{% else %}
{{ '%d' % (column.value / 2) }}
{{ column.value }}
{% endif %}
{% endfor %}
<br />