From 6852a6e645f8e01f6a946aef2aa5b02380c4a83b Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 27 Feb 2021 20:50:45 +0100 Subject: [PATCH] Hot fix pulled nodes. --- app/agora.py | 2 +- app/templates/context.html | 2 +- app/templates/node.html | 3 ++- app/templates/search.html | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/agora.py b/app/agora.py index 7eaa77b58..5803901c3 100644 --- a/app/agora.py +++ b/app/agora.py @@ -185,7 +185,7 @@ def node(node,user_list=[]): search=search_subnodes, pulling_nodes=n.pulling_nodes(), pushing_nodes=n.pushing_nodes(), - query=n.wikilink.replace('-', '%20'), + q=n.wikilink.replace('-', '%20'), # disabled a bit superstitiously due to [[heisenbug]] after I added this everywhere :). # sorry for the fuzzy thinking but I'm short on time and want to get things done. # (...famous last words). diff --git a/app/templates/context.html b/app/templates/context.html index 4a7622f35..bd84c61af 100644 --- a/app/templates/context.html +++ b/app/templates/context.html @@ -1,5 +1,5 @@