Commit 3f1a54ea authored by Cervinko Cera's avatar Cervinko Cera

fix typo in detail.html

parent 6359ab73
......@@ -69,7 +69,7 @@
{% if c.datatype == 'rating' %}
{{ '%d' % (column.value / 2) }}
{% else %}
{{ '%d' % (column.value / 2) }}
{{ column.value }}
{% endif %}
{% endfor %}
<br />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment