about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-02 13:10:21 +0300
committerAlexander_Kabui2024-09-02 13:10:21 +0300
commit80211e9d91d3e06ba62e1b2c08e94ae2f1d98c79 (patch)
tree19ebddc7a4440b95a405a4b31635da8462ae36b0
parent5c1fe9fdd321998bdc3edec02a356a7d00401ebf (diff)
downloadgenenetwork2-80211e9d91d3e06ba62e1b2c08e94ae2f1d98c79.tar.gz
MOdify how we can access query object for consistency.
-rw-r--r--gn2/wqflask/templates/gnqa_search_history.html2
1 files changed, 1 insertions, 1 deletions
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">
-                                            <p class="text-info">{{ item.get("query") }}</p>
+                                            <p class="text-info">{{ item["query"] }}</p>
                                         </button>
                                     </div>
                                 </li>