diff options
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 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> |