From f29f79a00a7bfcaa858522a166d1639d3c9a3c40 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 25 Sep 2024 08:38:02 -0500 Subject: Fix check. --- uploader/templates/genotypes/list-genotypes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/templates') 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.

- {%if dataset is defined %} + {%if dataset is not none%} -- cgit v1.2.3