From a4b60d87476a3f86c7ec537cb8700dca3c9cb79c Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Tue, 24 Sep 2024 12:06:19 +0300 Subject: Feat: extend index_page for gsearch_geno and pheno to include global search in templates. --- gn2/wqflask/templates/gsearch_gene.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gn2/wqflask/templates/gsearch_gene.html') diff --git a/gn2/wqflask/templates/gsearch_gene.html b/gn2/wqflask/templates/gsearch_gene.html index 13b56b42..6cd21e9a 100644 --- a/gn2/wqflask/templates/gsearch_gene.html +++ b/gn2/wqflask/templates/gsearch_gene.html @@ -1,15 +1,14 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Search Results{% endblock %} {% block css %} {% endblock %} + {% block content %} -
-

GN searched for the term(s) "{{ terms }}" in 754 datasets and 39,765,944 traits across 10 species
and found {{ trait_count }} results that match your query.
-- cgit v1.2.3