diff options
| author | Frederick Muriuki Muriithi | 2026-01-23 13:03:47 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-01-23 13:03:47 -0600 |
| commit | 9dacbbcc2be3c6d0d3c73edaa9541ddf2632e0fd (patch) | |
| tree | 0a34528e6db24238d5af4d8891fb38599621c745 | |
| parent | c147016e71ac44dfd964366ee9f83757ca116a44 (diff) | |
| download | gn-uploader-9dacbbcc2be3c6d0d3c73edaa9541ddf2632e0fd.tar.gz | |
Remove data presented elsewhere.
| -rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 7a33438..c044cac 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -23,28 +23,6 @@ {{flash_all_messages()}} <div class="row"> - <p>The basic dataset details are:</p> - - <table class="table"> - <thead> - <tr> - <th>Name</th> - <th>Full Name</th> - <th>Short Name</th> - </tr> - </thead> - - <tbody> - <tr> - <td>{{dataset.Name}}</td> - <td>{{dataset.FullName}}</td> - <td>{{dataset.ShortName}}</td> - </tr> - </tbody> - </table> -</div> - -<div class="row"> <h2>Phenotype Data</h2> <p>Click on any of the phenotypes in the table below to view and edit that |
