From cfbb1a847d20a726ff286734cba3fa429b4e93c4 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Wed, 22 May 2024 13:53:32 +0300 Subject: Refactor template code for gnqa search history --- gn2/wqflask/templates/gnqa_search_history.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gn2/wqflask/templates/gnqa_search_history.html') diff --git a/gn2/wqflask/templates/gnqa_search_history.html b/gn2/wqflask/templates/gnqa_search_history.html index 2c07b8c0..af38392a 100644 --- a/gn2/wqflask/templates/gnqa_search_history.html +++ b/gn2/wqflask/templates/gnqa_search_history.html @@ -13,25 +13,23 @@
- {% for record in prev_queries %} + {% for (key,val) in prev_queries.items() %}
- {% for id,val in record.items() %} - {% endfor %}
-- cgit v1.2.3