diff --git a/ippisite/ippidb/templates/compound_card.html b/ippisite/ippidb/templates/compound_card.html index 5b3e91778b951174f08d5d08cf9a0b8e9ed7afc4..cfc385f62b36c4de805c772f25b9c76c02a1e317 100644 --- a/ippisite/ippidb/templates/compound_card.html +++ b/ippisite/ippidb/templates/compound_card.html @@ -96,7 +96,7 @@ <th scope="row">TPSA</th> <td class="table-light"></td> <td class="text-right {% if compound.veber_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA <= 140">{{ compound.tpsa }}</td> - <td class="text-right {% if compound.pfizer_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA <= 75">{{ compound.tpsa }}</td> + <td class="text-right {% if compound.pfizer_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA >= 75">{{ compound.tpsa }}</td> </tr> <tr> <th scope="row">RB</th>