Skip to content

Commit

Permalink
Update mails.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Jan 2, 2020
1 parent b022e5b commit 42d6b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/marketing/mails.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def send_user_feedback(quest, feedback, user):
setup_lang(to_email)
subject = f"Your Gitcoin Quest \"{quest.title}\" has feedback from another user!"
body_str = f("Your quest: {quest.title} has feedback from user {user.profile.handle}:\n\n"
"{feedback}\n\n\"
"{feedback}\n\n"
"to edit your quest, click <a href=\"{quest.edit_url}\">here</a>")
body = f"{body_str}"
if not should_suppress_notification_email(to_email, 'quest'):
Expand Down

0 comments on commit 42d6b57

Please sign in to comment.