From e11bc31b55df43c0ded49672ad96fde9752e4e9e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 8 May 2020 18:34:11 +0100 Subject: Update code for public release --- app/errors/__init__.py | 4 ++++ app/errors/handlers.py | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'app/errors') diff --git a/app/errors/__init__.py b/app/errors/__init__.py index 8a85dca..e0044bc 100644 --- a/app/errors/__init__.py +++ b/app/errors/__init__.py @@ -1,5 +1,9 @@ # -*- coding: utf-8 -*- +# Author: G.J.J. van den Burg +# License: See LICENSE file +# Copyright: 2020 (c) The Alan Turing Institute + from flask import Blueprint bp = Blueprint("errors", __name__) 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 +# 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 -- cgit v1.2.3