diff options
author | Alexander_Kabui | 2024-09-02 13:10:21 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-02 13:10:21 +0300 |
commit | 80211e9d91d3e06ba62e1b2c08e94ae2f1d98c79 (patch) | |
tree | 19ebddc7a4440b95a405a4b31635da8462ae36b0 /gn2 | |
parent | 5c1fe9fdd321998bdc3edec02a356a7d00401ebf (diff) | |
download | genenetwork2-80211e9d91d3e06ba62e1b2c08e94ae2f1d98c79.tar.gz |
MOdify how we can access query object for consistency.
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> |