Skip to content

Commit

Permalink
debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad-Ak committed Sep 20, 2024
1 parent 2616f83 commit 84c2d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def send_reminder(services):
'link': presentation.presentation_link,
'date': j_date
}
reminder_email_task(context)
reminder_email_task.delay(context)


@admin.register(Talk)
Expand Down

0 comments on commit 84c2d7d

Please sign in to comment.