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_pheno.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn2/wqflask/templates/gsearch_pheno.html') diff --git a/gn2/wqflask/templates/gsearch_pheno.html b/gn2/wqflask/templates/gsearch_pheno.html index 95eb5b80..f45b9b21 100644 --- a/gn2/wqflask/templates/gsearch_pheno.html +++ b/gn2/wqflask/templates/gsearch_pheno.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Search Results{% endblock %} {% block css %} -- cgit v1.2.3