From 3f1a54ea591ed9e340b2eb361e3111f7a100f05b Mon Sep 17 00:00:00 2001 From: Cervinko Cera Date: Thu, 21 Apr 2016 14:46:19 +0200 Subject: [PATCH] fix typo in detail.html --- cps/templates/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 3fa85b52..b6d5018b 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -69,7 +69,7 @@ {% if c.datatype == 'rating' %} {{ '%d' % (column.value / 2) }} {% else %} - {{ '%d' % (column.value / 2) }} + {{ column.value }} {% endif %} {% endfor %}