Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove thank you from emails #1333

Merged
merged 3 commits into from
Apr 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions game/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@


def level_creation_email_subject():
return "Code For Life : Custom level to moderate"
return "Custom level to moderate"


def level_creation_email_text_content():
return (
"Your student {student_name} from your class {class_name} has created this level: {level_url}. "
"If you want to moderate it, you can do it on the moderation board: {moderate_url}."
"\n\nThanks,\n\nThe Code for Life team.\n{home_url}"
)


Expand Down