diff options
author | Frederick Muriuki Muriithi | 2024-09-25 08:38:02 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-25 08:38:02 -0500 |
commit | f29f79a00a7bfcaa858522a166d1639d3c9a3c40 (patch) | |
tree | f46db621f2ea97af441413c05ff48c99b5e32811 | |
parent | d8f8d84b5ff96f3e060c6a01351bb0a5a9aad7a8 (diff) | |
download | gn-uploader-f29f79a00a7bfcaa858522a166d1639d3c9a3c40.tar.gz |
Fix check.
-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 864e1ec..cecb5a3 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -96,7 +96,7 @@ click on the link for the relevant dataset to view a little more information about it.</p> - {%if dataset is defined %} + {%if dataset is not none%} <table class="table"> <thead> <tr> |