diff options
Diffstat (limited to 'app/decorators.py')
| -rw-r--r-- | app/decorators.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/decorators.py b/app/decorators.py index 9fbf1f4..ee81af6 100644 --- a/app/decorators.py +++ b/app/decorators.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 functools import wraps from flask import current_app, request, redirect, flash, url_for |
