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

fix typo in detail.html

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