From a7f4c053122a534218943ea778d875d3c1cc3ee6 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 23 Jan 2025 15:41:03 -0600 Subject: Add publication data to page. --- uploader/templates/phenotypes/view-phenotype.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'uploader/templates') diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html index 5ed45b7..03f7ea0 100644 --- a/uploader/templates/phenotypes/view-phenotype.html +++ b/uploader/templates/phenotypes/view-phenotype.html @@ -45,6 +45,19 @@ Units {{phenotype.Units}} + {%for key,value in publish_data.items()%} + + {{key}} + {{value}} + + {%else%} + + + + No publication data found. + + + {%endfor%} -- cgit v1.2.3