about summary refs log tree commit diff
diff options
context:
space:
mode:
-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">