From 1696242aa80f489a8ed4e5a01a30a1fd813dd4f3 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 30 Sep 2024 16:36:53 -0500 Subject: Initialise views for a specific phenotype Each phenotype is independent, of all others, and they are only put into datasets mostly for easy coralling of phenotypes related to a specific populations. As such, the system will probably need to provide a way to view (and possibly edit) each phenotype independent of all the others. This also fits in with the auth. --- uploader/templates/phenotypes/view-dataset.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'uploader/templates/phenotypes/view-dataset.html') diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index fc393d6..959b02a 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -69,7 +69,13 @@ {%for pheno in phenotypes%} {{pheno.sequence_number}} - {{pheno.InbredSetCode}}_{{pheno["pxr.Id"]}} + + {{pheno.InbredSetCode}}_{{pheno["pxr.Id"]}} {{pheno.Post_publication_description or pheno.Pre_publication_abbreviation or pheno.Original_description}} {%else%} -- cgit v1.2.3