Skip to content

Commit

Permalink
Update views.py (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtmegaBuzz authored Mar 14, 2023
1 parent c41aa7d commit df770dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@ def like_issue(request, issue_pk):
send_mail(
"Your issue got an upvote!!",
msg_plain,
settings.EMAIL_TO_STRING
settings.EMAIL_TO_STRING,
[liked_user.email],
html_message=msg_html,
)
Expand Down

0 comments on commit df770dc

Please sign in to comment.