Skip to content

Commit

Permalink
Merge pull request #683 from FJNR-inc/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
RignonNoel authored Sep 14, 2020
2 parents 163120f + 1b545c4 commit c21242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retirement/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def send_automatic_email(user, retreat, email):
end_time = end_time.astimezone(pytz.timezone('US/Eastern'))

context = {
'CUSTOM': json.load(email.context),
'CUSTOM': json.loads(email.context),
'USER_FIRST_NAME': user.first_name,
'USER_LAST_NAME': user.last_name,
'USER_EMAIL': user.email,
Expand Down

0 comments on commit c21242b

Please sign in to comment.