aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2019-12-11 16:47:33 -0600
committerzsloan2019-12-11 16:47:33 -0600
commit2dd08af896033266b0348ebf8fb2865d84b64da8 (patch)
treeaeaa55c926c072287b58dee1b997be6774a27f5d
parent2c487aab5a2dc50047b8cbe67197e0ceeac354f7 (diff)
downloadgenenetwork2-2dd08af896033266b0348ebf8fb2865d84b64da8.tar.gz
Changed the way Group is listed on the trait page to match how Rob wanted it
-rw-r--r--wqflask/wqflask/templates/show_trait_details.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_details.html b/wqflask/wqflask/templates/show_trait_details.html
index f6624f77..7c2da752 100644
--- a/wqflask/wqflask/templates/show_trait_details.html
+++ b/wqflask/wqflask/templates/show_trait_details.html
@@ -1,7 +1,7 @@
<table class="table">
<tr>
- <td width="150px"><b>Species and Group</b></td>
- <td>{{ this_trait.dataset.group.species }}, {{ this_trait.dataset.group.name }}</td>
+ <td width="150px"><b>Group</b></td>
+ <td>{{ this_trait.dataset.group.species[0]|upper }}{{ this_trait.dataset.group.species[1:] }}: {{ this_trait.dataset.group.name }} group</td>
</tr>
{% if this_trait.dataset.type == 'Publish' %}
<tr>