about summary refs log tree commit diff
diff options
context:
space:
mode:
-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>