diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-19 20:28:42 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-19 20:28:42 +0200 |
| commit | d95bef2cbaa02a1fbc0412c49a33c60400c97297 (patch) | |
| tree | 4098e0c0401795bee7542728e5b7d314549e0566 /app.py | |
| parent | c898025c839b00a1384309da1f145a40a5cf5532 (diff) | |
| download | jokevote-d95bef2cbaa02a1fbc0412c49a33c60400c97297.tar.gz jokevote-d95bef2cbaa02a1fbc0412c49a33c60400c97297.zip | |
add legal header
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -537,6 +537,7 @@ def page(num): user['loggedin'] = True user['name'] = session['userlogin'] resp = make_response( + # TODO clean this up render_template( 'index.html', currentpage=num, @@ -545,6 +546,7 @@ def page(num): tags=search, perpage=perpage, jokes=jokes, + abusemail=config['abusemail'], user=user)) resp.headers.set('X-SmoothState-Location', request.path) return resp |
