diff options
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/templates/gnqa_search_history.html | 2 |
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> |