diff options
Diffstat (limited to 'app/errors/handlers.py')
| -rw-r--r-- | app/errors/handlers.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/errors/handlers.py b/app/errors/handlers.py index 6c2b1e7..96354c9 100644 --- a/app/errors/handlers.py +++ b/app/errors/handlers.py @@ -1,5 +1,9 @@ # -*- coding: utf-8 -*- +# Author: G.J.J. van den Burg <gvandenburg@turing.ac.uk> +# License: See LICENSE file +# Copyright: 2020 (c) The Alan Turing Institute + from flask import render_template from app import db from app.errors import bp |
