From 801931f2726c1b0032e2d6690387139ff4251bda Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Fri, 24 May 2024 18:04:25 +0300 Subject: Add UI code for gnqa history search delete functionality. --- gn2/wqflask/templates/gnqa_search_history.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'gn2/wqflask/templates') diff --git a/gn2/wqflask/templates/gnqa_search_history.html b/gn2/wqflask/templates/gnqa_search_history.html index 890a3995..c1e66541 100644 --- a/gn2/wqflask/templates/gnqa_search_history.html +++ b/gn2/wqflask/templates/gnqa_search_history.html @@ -11,12 +11,17 @@
-
+
+
+ +
+
+
-
    +
      {% for item in prev_queries %}
    • -
- + +{% block js %} + + +{% endblock %} -- cgit v1.2.3