diff options
author | Frederick Muriuki Muriithi | 2025-01-23 15:42:40 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-23 15:42:40 -0600 |
commit | 701949cfaa9ce900dee042065d98068aa223873c (patch) | |
tree | 14a763cd6e98feb27ddcbf535a107baa3931d323 /uploader/templates | |
parent | 0d5660492185170ecd162156a2b1b1ae2b2f6c7b (diff) | |
download | gn-uploader-701949cfaa9ce900dee042065d98068aa223873c.tar.gz |
Remove "Cross-Reference ID".
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/view-phenotype.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html index ad54f04..c7bbed2 100644 --- a/uploader/templates/phenotypes/view-phenotype.html +++ b/uploader/templates/phenotypes/view-phenotype.html @@ -34,10 +34,6 @@ <td>{{phenotype.Post_publication_description or phenotype.Pre_publication_abbreviation or phenotype.Original_description}} </tr> <tr> - <td><strong>Cross-Reference ID</strong></td> - <td>{{phenotype.xref_id}}</td> - </tr> - <tr> <td><strong>Database</strong></td> <td>{{dataset.FullName}}</td> </tr> |