Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Dec 19, 2024
1 parent 343d88c commit 0470a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/feedback/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def send_cohort_survey(user_id, survey_id, **_):

token, created = Token.get_or_create(user, token_type="temporal", hours_length=48)
data = {
"SUBJECT": strings[survey.lang]["title"],
"SUBJECT": strings[survey.lang]["survey_subject"],
"MESSAGE": strings[survey.lang]["survey_message"],
"TRACKER_URL": f"{api_url()}/v1/feedback/survey/{survey_id}/tracker.png",
"BUTTON": strings[survey.lang]["button_label"],
Expand Down

0 comments on commit 0470a23

Please sign in to comment.