Skip to content

Commit

Permalink
Merge pull request #30 from AUTGamecraft/excel
Browse files Browse the repository at this point in the history
debug 3
  • Loading branch information
Javad-Ak authored Sep 20, 2024
2 parents 903fdcd + 84c2d7d commit de5f99c
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 de5f99c

Please sign in to comment.