diff --git a/cfl_common/common/helpers/emails.py b/cfl_common/common/helpers/emails.py index 35fdae8c3..8d1b5ef9f 100644 --- a/cfl_common/common/helpers/emails.py +++ b/cfl_common/common/helpers/emails.py @@ -113,7 +113,7 @@ def send_verification_email(request, user, data, new_email=None, age=None): student) """ - # verify first email address (registration) + # verifying first email address (registration) if not new_email: verification = generate_token(user)