diff options
author | Frederick Muriuki Muriithi | 2025-01-28 09:20:46 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-28 09:20:46 -0600 |
commit | d55003c7727d366f7e52a53d776006fc5d833081 (patch) | |
tree | 41ff1946235c7d3f167192137659d6a474c86d18 /uploader/templates | |
parent | 6e60581540e0e640026ea16e0ba8d9100fafb8cd (diff) | |
download | gn-uploader-d55003c7727d366f7e52a53d776006fc5d833081.tar.gz |
Cleanup UI: remove some debugging text.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/view-phenotype.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html index b42f680..21ac501 100644 --- a/uploader/templates/phenotypes/view-phenotype.html +++ b/uploader/templates/phenotypes/view-phenotype.html @@ -98,7 +98,7 @@ or "group:resource:delete-resource" in privileges%} <th>Sample</th> <th>Value</th> {%if has_se%} - <th>SE: {{has_se}}</th> + <th>SE</th> <th>N</th> {%endif%} </tr> |