diff options
author | Frederick Muriuki Muriithi | 2025-07-14 10:53:55 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-14 10:53:55 -0500 |
commit | 252cf92a73168cd0a3310be10ee94ff55b30f407 (patch) | |
tree | fcc928eea7b08cc5eb8386cdd1b62ca7cccf03a9 /uploader/templates | |
parent | ae1d6842e62a69c6fd387880e0e5f79f96e3a5e5 (diff) | |
download | gn-uploader-252cf92a73168cd0a3310be10ee94ff55b30f407.tar.gz |
Mark feature as not-implemented.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/samples/list-samples.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/samples/list-samples.html b/uploader/templates/samples/list-samples.html index 54538a7..aed27c3 100644 --- a/uploader/templates/samples/list-samples.html +++ b/uploader/templates/samples/list-samples.html @@ -111,7 +111,7 @@ <a href="#" title="Delete samples from population '{{population.FullName}}' from species '{{species.FullName}}'." - class="btn btn-danger"> + class="btn btn-danger not-implemented"> delete all samples </a> </p> |