From 8a0d3042e5444bdf8469b0ec3311b8fa49223c96 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 25 Jan 2024 14:13:17 +0300 Subject: fix issue loading gnqa prev queries on base file --- gn2/wqflask/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gn2/wqflask') diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index e0a1c7be..a84600f9 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -248,6 +248,7 @@ required placeholder="Ask More Questions or Topics (E.g Genes) " value='' name="
+ {% if prev_queries %}
{% for search in prev_queries[:8] %} @@ -260,8 +261,12 @@ required placeholder="Ask More Questions or Topics (E.g Genes) " value='' name=" {% endfor %}
+ + + {% endif %}
+