aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-11-30 12:29:35 +0300
committerBonfaceKilz2023-11-30 16:29:37 +0300
commit7527d0e6e7e643355e5cd18f6df26411afc45e65 (patch)
tree019134452dbfef5ec034b57d6ddb72ad7bcfa139 /wqflask
parentc74821cd2c745e19e901de34577181a40e451069 (diff)
downloadgenenetwork2-7527d0e6e7e643355e5cd18f6df26411afc45e65.tar.gz
Use correct field to fetch the additive value.
* wqflask/wqflask/templates/phenotype.html: Use the correct field to fetch the additive value. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/phenotype.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/phenotype.html b/wqflask/wqflask/templates/phenotype.html
index fa749787..0cf5dd41 100644
--- a/wqflask/wqflask/templates/phenotype.html
+++ b/wqflask/wqflask/templates/phenotype.html
@@ -99,7 +99,7 @@
<tr>
<td><b>Additive</b></td>
- <td>{{ metadata.Additive or "N/A"}}</td>
+ <td>{{ metadata.additive or "N/A"}}</td>
</tr>
</table>
</div>