From 0f1940de2f8a46146568ebea4acfb9e1180695d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Mon, 23 Jul 2018 17:33:03 +0200 Subject: [PATCH] correct typo in compounds list column headers Former-commit-id: 2d4a7a942f8bb8da801cb652f43a3e50f567111a --- ippisite/ippidb/templates/compound_t_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ippisite/ippidb/templates/compound_t_list.html b/ippisite/ippidb/templates/compound_t_list.html index d69221f1..ddb849ee 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> -- GitLab