Skip to content
Snippets Groups Projects
Commit d6cbebb6 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct display for Pfizer TPSA in compound card pharma table

parent ff8e2c09
No related branches found
No related tags found
1 merge request!15Master
Pipeline #29875 passed
...@@ -211,8 +211,8 @@ ...@@ -211,8 +211,8 @@
<td class="table-light"></td> <td class="table-light"></td>
<td class="text-center {% status_class compound.veber_tpsa %}" title="TPSA <= 140"> <td class="text-center {% status_class compound.veber_tpsa %}" title="TPSA <= 140">
</td> </td>
<td class="text-center default_if_none:" not available" }}</td> <td class="text-center {% status_class compound.pfizer_tpsa %}" title="TPSA >= 75">
</tr> </tr>
<tr> <tr>
<th scope="row">RB</th> <th scope="row">RB</th>
<td>{{ compound.nb_rotatable_bonds | default_if_none:"not available"}}</td> <td>{{ compound.nb_rotatable_bonds | default_if_none:"not available"}}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment