Skip to content

Commit

Permalink
address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed May 7, 2024
1 parent f7a54e6 commit 1447cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions game/level_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ def email_new_custom_level(
# email teacher when a new custom level is created by a pupil, so it can be moderated ASAP

send_dotdigital_email(
campaign_ids["level_creation"],
[teacher_email],
campaign_ids["level_creation"],
[teacher_email],
personalization_values={
"STUDENT_NAME": student_name,
"STUDENT_NAME": student_name,
"CLASS_NAME": class_name,
"LEVEL_URL": level_url,
"MODERATE_URL": moderate_url
Expand Down

0 comments on commit 1447cb5

Please sign in to comment.