From 7d0e59077935bcc588980f85e07aa79b5936b7a7 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Tue, 15 Oct 2024 17:46:20 +0300 Subject: fix: use url_for to get genewiki url --- gn2/wqflask/templates/show_trait_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn2/wqflask/templates') diff --git a/gn2/wqflask/templates/show_trait_details.html b/gn2/wqflask/templates/show_trait_details.html index ab2efa04..bfd42de3 100644 --- a/gn2/wqflask/templates/show_trait_details.html +++ b/gn2/wqflask/templates/show_trait_details.html @@ -222,7 +222,7 @@ {% endif %} {% if this_trait.symbol != None %} - + {% if dataset.group.species == "mouse" or dataset.group.species == "rat" %} -- cgit v1.2.3