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

correct nb_aromatic_sssr and nb_rotatable_bonds in compounds list

there were typos in the "display columns" field of the table display


Former-commit-id: 7d6a0d8ee0d52c5063f17de8ba2bb20a1c4fae62
parent 9be3c3b4
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,10 @@
<label><input type="checkbox" name="field" value="tpsa" class="mr-1" {% if 'tpsa' in fields %}checked="checked"{% endif %} />Topological Polar Surface Area (TPSA)</label>
</div>
<div class="row">
<label><input type="checkbox" name="field" value="nb_rotatable_bonds" class="mr-1" {% if 'tpsa' in fields %}checked="checked"{% endif %} />Number of rotatable bonds</label>
<label><input type="checkbox" name="field" value="nb_rotatable_bonds" class="mr-1" {% if 'nb_rotatable_bonds' in fields %}checked="checked"{% endif %} />Number of rotatable bonds</label>
</div>
<div class="row">
<label><input type="checkbox" name="field" value="nb_aromatic_sssr" class="mr-1" {% if 'nb_aromatic_sssr' in fields %}checked="checked"{% endif %} />Number of aromatic Smallest Set of System Rings (SSSR)</label>
</div>
<div class="row">
<label><input type="checkbox" name="field" value="families" class="mr-1" {% if 'families' in fields %}checked="checked"{% endif %} />PPI families</label>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment