diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-07-08 20:04:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-07-08 20:04:32 +0200 |
| commit | 47652149374cf253554a3d11b01ef0a304a11186 (patch) | |
| tree | 7581af3ef2835690bb1f7268bbd8e090d60b36c6 /app.py | |
| parent | 358d69d4ba9b4f54dd2ecd31c3b4ede964b3f39d (diff) | |
| download | jokevote-47652149374cf253554a3d11b01ef0a304a11186.tar.gz jokevote-47652149374cf253554a3d11b01ef0a304a11186.zip | |
abstract use case
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -546,6 +546,7 @@ def page(num): perpage=perpage, jokes=jokes, abusemail=config['abusemail'], + title=config['title'], user=user)) resp.headers.set('X-SmoothState-Location', request.path + "?" + |
