From 80211e9d91d3e06ba62e1b2c08e94ae2f1d98c79 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 2 Sep 2024 13:10:21 +0300 Subject: MOdify how we can access query object for consistency. --- gn2/wqflask/templates/gnqa_search_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn2/wqflask') diff --git a/gn2/wqflask/templates/gnqa_search_history.html b/gn2/wqflask/templates/gnqa_search_history.html index e719d742..6042afe3 100644 --- a/gn2/wqflask/templates/gnqa_search_history.html +++ b/gn2/wqflask/templates/gnqa_search_history.html @@ -40,7 +40,7 @@ style="background:transparent; border:none; cursor:pointer"> -

{{ item.get("query") }}

+

{{ item["query"] }}

-- cgit v1.2.3