diff options
author | Frederick Muriuki Muriithi | 2024-12-10 15:51:46 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-10 15:52:20 -0600 |
commit | 105310956f079d9a8957f9211b65e0909c76ae74 (patch) | |
tree | c2f847a31233f0896df57f8437523787f202546b /uploader/templates/genotypes | |
parent | 5f7c3ed381c85aa554240e52fd8e85aafad6ca01 (diff) | |
download | gn-uploader-105310956f079d9a8957f9211b65e0909c76ae74.tar.gz |
Deactivate access to incomplete/unimplemented features.
Diffstat (limited to 'uploader/templates/genotypes')
-rw-r--r-- | uploader/templates/genotypes/list-genotypes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html index e4c39eb..2dc0d51 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -70,7 +70,7 @@ {%if genocode | length < 1%} <a href="#add-genotype-encoding" title="Add a genotype encoding system for this population" - class="btn btn-primary"> + class="btn btn-primary not-implemented"> add genotype encoding </a> {%endif%} |