aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorArtem Tarasov2015-05-23 18:31:13 +0300
committerArtem Tarasov2015-05-23 18:31:13 +0300
commitaf7fdfc37ca677d732c33a54200dc63bd71764e7 (patch)
treedc84697730b0e18a1331a9de0529b90cc62b271f /wqflask
parent15fa73bf1de40a6f1c8f1866e8c691b2842abdd9 (diff)
downloadgenenetwork2-af7fdfc37ca677d732c33a54200dc63bd71764e7.tar.gz
fix group selection in blocking by index
Diffstat (limited to 'wqflask')
-rwxr-xr-xwqflask/wqflask/templates/show_trait_edit_data.html4
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">