summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.py b/app.py
index 9de83ec..88288da 100644
--- a/app.py
+++ b/app.py
@@ -452,6 +452,7 @@ def page(num):
render_template(
'index.html',
currentpage=num,
+ query=str(request.query_string, 'utf-8'),
tag=search,
perpage=PERPAGE,
jokes=jokes,