diff options
Diffstat (limited to 'app/auth/forms.py')
| -rw-r--r-- | app/auth/forms.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/auth/forms.py b/app/auth/forms.py index 14f390f..ae07a4f 100644 --- a/app/auth/forms.py +++ b/app/auth/forms.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 current_app, flash from flask_wtf import FlaskForm |
