diff options
author | Artem Tarasov | 2015-05-23 18:31:13 +0300 |
---|---|---|
committer | Artem Tarasov | 2015-05-23 18:31:13 +0300 |
commit | af7fdfc37ca677d732c33a54200dc63bd71764e7 (patch) | |
tree | dc84697730b0e18a1331a9de0529b90cc62b271f | |
parent | 15fa73bf1de40a6f1c8f1866e8c691b2842abdd9 (diff) | |
download | genenetwork2-af7fdfc37ca677d732c33a54200dc63bd71764e7.tar.gz |
fix group selection in blocking by index
-rwxr-xr-x | wqflask/wqflask/templates/show_trait_edit_data.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_edit_data.html b/wqflask/wqflask/templates/show_trait_edit_data.html index 2798b6e9..585165bb 100755 --- a/wqflask/wqflask/templates/show_trait_edit_data.html +++ b/wqflask/wqflask/templates/show_trait_edit_data.html @@ -14,10 +14,10 @@ <input type="text" id="remove_samples_field"> <select id="block_group" size="1"> <option value="primary"> - {{ sample_group_types['primary_only'] }} + {{ sample_group_types['samples_primary'] }} </option> <option value="other"> - {{ sample_group_types['other_only'] }} + {{ sample_group_types['samples_other'] }} </option> </select> <input type="button" id="block_by_index" class="btn" value="Block"> |