diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-10 20:40:04 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-10 20:40:04 +0200 |
| commit | ae3eb5ff7ab20b4c7033c616fb33d790da83c022 (patch) | |
| tree | 6018ef8f2f0d6df30fc2762cb37f07b1f42c7d3c /app.py | |
| parent | 994452c91ee9d1f6eb4aa6bc293e64a09f55c4b9 (diff) | |
| download | jokevote-ae3eb5ff7ab20b4c7033c616fb33d790da83c022.tar.gz jokevote-ae3eb5ff7ab20b4c7033c616fb33d790da83c022.zip | |
paginate filtered results properly
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, |
