fix typo in detail.html
This commit is contained in:
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…
Reference in New Issue
Block a user