diff options
Diffstat (limited to 'app/main/email.py')
| -rw-r--r-- | app/main/email.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/main/email.py b/app/main/email.py index c10e234..093b4f6 100644 --- a/app/main/email.py +++ b/app/main/email.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 + import json from flask import current_app, render_template |
