From 1d1d4e702b6da30e77d8a5dea3990a0e2d0c752a Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 17 Aug 2016 17:42:32 +0000 Subject: Fixed problem where Year column didn't sort properly in phenotype search and global search results --- wqflask/wqflask/templates/gsearch_pheno.html | 2 +- wqflask/wqflask/templates/search_result_page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/gsearch_pheno.html b/wqflask/wqflask/templates/gsearch_pheno.html index 9be0349f..b28a34df 100644 --- a/wqflask/wqflask/templates/gsearch_pheno.html +++ b/wqflask/wqflask/templates/gsearch_pheno.html @@ -52,7 +52,7 @@ {{ this_trait.name }} {{ this_trait.description_display }} {{ this_trait.authors }} - {{ this_trait.pubmed_text }} + {{ this_trait.pubmed_text }} {% if this_trait.LRS_score_repr != "N/A" %}{{ '%0.1f' % this_trait.LRS_score_repr|float }}{% else %}N/A{% endif %} {{ this_trait.LRS_location_repr }} {% if this_trait.additive != "" %}{{ this_trait.additive }}{% else %}N/A{% endif %} diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index bf1475ff..b4881c25 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -117,7 +117,7 @@ {% elif dataset.type == 'Publish' %} {{ this_trait.description_display }} {{ this_trait.authors }} - + {{ this_trait.pubmed_text }} -- cgit v1.2.3