diff options
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/phenotype.html | 2 |
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> |