fix typo in detail.html

pull/16/head
Cervinko Cera 8 years ago
parent 6359ab73a7
commit 3f1a54ea59

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

Loading…
Cancel
Save