diff options
| author | Frederick Muriuki Muriithi | 2026-02-06 17:05:09 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-02-06 17:05:09 -0600 |
| commit | 878de40add0e25088238ee1a6a790ce55336772a (patch) | |
| tree | f6ba8272cb53995605aa6ee7d5793c0158c124c0 | |
| parent | f8998e72fb3186bbe29adc4b65dea009fedb95a9 (diff) | |
| download | gn-uploader-878de40add0e25088238ee1a6a790ce55336772a.tar.gz | |
Expose 'delete-phenotypes' feature to end users.
| -rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index de76cbf..3bb2586 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -77,7 +77,6 @@ </form> </div> - {%if view_under_construction%} <div class="col"> <form id="frm-delete-phenotypes" method="POST" @@ -93,7 +92,6 @@ value="delete phenotypes" /> </form> </div> - {%endif%} </div> <div class="row" style="margin-top: 0.5em;"> |
