diff options
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |
