diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-08-19 16:32:17 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-08-19 16:32:17 +0100 |
| commit | 732d577078ead5104b6afaa4c56be0d14c60b631 (patch) | |
| tree | e319781d28f562039e743470a5b99e4b8f7e62ff /app/auth | |
| parent | Change height of graph in annotation view (diff) | |
| download | AnnotateChange-732d577078ead5104b6afaa4c56be0d14c60b631.tar.gz AnnotateChange-732d577078ead5104b6afaa4c56be0d14c60b631.zip | |
Text changes
Diffstat (limited to 'app/auth')
| -rw-r--r-- | app/auth/routes.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app/auth/routes.py b/app/auth/routes.py index aa44e7d..0e40fbb 100644 --- a/app/auth/routes.py +++ b/app/auth/routes.py @@ -39,10 +39,10 @@ LEGAL = markdown.markdown( """ ## Terms and Conditions - The AnnotateChange application is created to construct a data set for - the analysis of change point algorithms. As a user, you will be asked - to annotate time series data. It is important that we can use these - annotations freely and publish them under a permissive license. + The AnnotateChange application was created to construct a data set for + the analysis of change point detection algorithms. As a user, you will + be asked to annotate time series data. It is important that we can use + these annotations freely and publish them under a permissive license. Therefore, we ask that you agree to the following terms and conditions. @@ -141,7 +141,8 @@ def register(): send_email_confirmation_email(user) flash( - "An email has been sent to confirm your account, please check your email (including the spam folder).", + "An email has been sent to confirm your account, please check " + "your email (including the spam folder).", "info", ) |
