diff --git a/ippisite/ippidb/templates/ippidb/testactivitydescription_card.html b/ippisite/ippidb/templates/ippidb/testactivitydescription_card.html index db2b15dcb6dd2bd4b1f313b087f60a4ab08895ad..9dfc087c21a6a5cae626df98d0b7e645a2a0c18d 100644 --- a/ippisite/ippidb/templates/ippidb/testactivitydescription_card.html +++ b/ippisite/ippidb/templates/ippidb/testactivitydescription_card.html @@ -34,7 +34,7 @@ {% for result in object.compoundactivityresult_set.all %} <tr> <td>{{result.ref.compound_name}}</td> - <td12>{{result.get_modulation_type_display}}</td> + <td>{{result.get_modulation_type_display}}</td> <td title="{{result.get_activity_type_display}}">{{result.activity_type}}</td> <td>{{result.activity|floatformat:2}}</td> </tr>