diff --git a/ippisite/ippidb/templates/compound_t_list.html b/ippisite/ippidb/templates/compound_t_list.html index d69221f15254637b91c53d18e81694ac02a0e5dc..ddb849ee778e9adde74f86cf6088e96091d67b95 100644 --- a/ippisite/ippidb/templates/compound_t_list.html +++ b/ippisite/ippidb/templates/compound_t_list.html @@ -15,7 +15,7 @@ {% include "compound_t_colhead.html" with col_id="nb_rotatable_bonds" col_name="number of rotatable bonds" %} {% include "compound_t_colhead.html" with col_id="nb_aromatic_sssr" col_name="number of aromatic SSSR" %} {% include "compound_t_colhead.html" with col_id="families" col_name="PPI families" %} - {% include "compound_t_colhead.html" with col_id="nb_chiral_centers" col_name="Number of chiral centerrs" %} + {% include "compound_t_colhead.html" with col_id="nb_chiral_centers" col_name="Number of chiral centers" %} <button type="button" class="btn btn-primary float-right" style="width: inherit!important" data-toggle="modal" data-target="#selectColumns"> <i class="fa fa-columns" title="customize columns"></i> </button>