From 90c49ae97d7dbd6a81b8cfc609f3b3f4ea5d5914 Mon Sep 17 00:00:00 2001 From: Eve Martin Date: Wed, 10 Apr 2024 13:13:49 +0000 Subject: [PATCH] fix: dummy commit --- cfl_common/common/helpers/emails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfl_common/common/helpers/emails.py b/cfl_common/common/helpers/emails.py index 8d1b5ef9f..35fdae8c3 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) """ - # verifying first email address (registration) + # verify first email address (registration) if not new_email: verification = generate_token(user)