diff --git a/ippisite/ippidb/templates/compound_l_item.html b/ippisite/ippidb/templates/compound_l_item.html
index ea8b229c514f1e2a82ce61241eb5867282d7e884..3df6a409c2e298594f975d2247999b08a0e2b0f0 100644
--- a/ippisite/ippidb/templates/compound_l_item.html
+++ b/ippisite/ippidb/templates/compound_l_item.html
@@ -71,7 +71,7 @@
         {% for row in compound.get_target_activities_table %}
         <tr>
           <td scope="col">{{ row.family.name }}</td>
-          <td scope="col">{{ row.best_activity }}</td>
+          <td scope="col">{{ row.best_activity|floatformat:2 }}</td>
           <td scope="col">
             {% for disease in row.diseases %}
             {{ disease.name }}