diff --git a/apps/notification/tasks.py b/apps/notification/tasks.py index 00d05710..58e8cb9b 100644 --- a/apps/notification/tasks.py +++ b/apps/notification/tasks.py @@ -86,7 +86,6 @@ def sendgrid_update_recipients(): data.append({ 'first_name': user.first_name, 'last_name': user.last_name, - 'name': user.get_full_name(), 'email': user.email, 'last_login': user.last_login and user.last_login.strftime(date_format), 'last_course_purchase': last_course_purchase,