Commit f340f49a by Calen Pennington

fixup! Use ACE to 'send' the Verified Upgrade Deadline Reminder email

parent 6260a686
from celery import task from celery import task
@task @task
def send_email_batch(email_batch): def send_email_batch(email_batch):
email_batch.send() email_batch.send()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment