changeset 6ada10fdb410 in www.tryton.org:default details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=6ada10fdb410 description: Cache not found page diffstat:
app.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r 63a20559015d -r 6ada10fdb410 app.py --- a/app.py Fri Jul 26 21:47:31 2019 +0200 +++ b/app.py Sat Jul 27 10:26:35 2019 +0200 @@ -550,6 +550,7 @@ @app.errorhandler(HTTPStatus.NOT_FOUND) [email protected]() def not_found(error): return render_template('not_found.html'), HTTPStatus.NOT_FOUND
