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

show ligand_id if Xray data selected

problem raised in #204
parent 589f4877
No related branches found
No related tags found
1 merge request!13Master
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
{{form.common_name.label}} {{form.common_name.label}}
</label> </label>
</div> </div>
{%if form.is_a_ligand != None %} {%if form.show_is_a_ligand != None %}
<div class="input-inline"> <div class="input-inline">
<input type="text" name="{{form.ligand_id.html_name}}" <input type="text" name="{{form.ligand_id.html_name}}"
{%if form.ligand_id.value %}value="{{form.ligand_id.value}}" {%endif%} {%if form.ligand_id.value %}value="{{form.ligand_id.value}}" {%endif%}
......
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