From 2b5ddc72d5a914b3ef02a323e12922e9194fcdb5 Mon Sep 17 00:00:00 2001 From: mariam7084 Date: Sat, 5 Apr 2025 10:10:45 +0530 Subject: [PATCH 1/2] Add email templates for sponsorship application status updates --- .../sponsorship_application_approved.txt | 17 +++++++++++++++++ .../sponsorship_application_received.txt | 13 +++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 templates/sponsorship_emails/sponsorship_application_approved.txt create mode 100644 templates/sponsorship_emails/sponsorship_application_received.txt diff --git a/templates/sponsorship_emails/sponsorship_application_approved.txt b/templates/sponsorship_emails/sponsorship_application_approved.txt new file mode 100644 index 00000000..18a06031 --- /dev/null +++ b/templates/sponsorship_emails/sponsorship_application_approved.txt @@ -0,0 +1,17 @@ +Subject: Your Sponsorship Application for PyLadiesCon Has Been Approved! + +Dear [Applicant Name], + +We are pleased to inform you that your sponsorship application has been approved! Congratulations! + +Here are your next steps: +1. [Next Step 1] +2. [Next Step 2] +3. [Next Step 3] + +If you have any questions or need additional information, please don't hesitate to contact us. + +Best regards, +[Your Name] +PyLadiesCon + diff --git a/templates/sponsorship_emails/sponsorship_application_received.txt b/templates/sponsorship_emails/sponsorship_application_received.txt new file mode 100644 index 00000000..ade5f889 --- /dev/null +++ b/templates/sponsorship_emails/sponsorship_application_received.txt @@ -0,0 +1,13 @@ +Subject: Sponsorship Application Received for PyLadiesCon + +Dear [Applicant Name], + +Thank you for your application for sponsorship! We have received your application and are currently reviewing it. + +Please allow us a few days to evaluate your application. We will notify you once a decision has been made. + +If you have any questions or need assistance, please feel free to reach out. + +Best regards, +[Your Name] +PyLadiesCon \ No newline at end of file From fa5651772c809b00ceba9aa8ada69e8d0e28bcda Mon Sep 17 00:00:00 2001 From: mariam7084 Date: Sat, 5 Apr 2025 10:15:16 +0530 Subject: [PATCH 2/2] Add email templates for sponsorship application status updates --- .../sponsorship_application_approved.txt | 0 .../sponsorship_application_received.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename templates/{sponsorship_emails => sponsorship_status_emails}/sponsorship_application_approved.txt (100%) rename templates/{sponsorship_emails => sponsorship_status_emails}/sponsorship_application_received.txt (100%) diff --git a/templates/sponsorship_emails/sponsorship_application_approved.txt b/templates/sponsorship_status_emails/sponsorship_application_approved.txt similarity index 100% rename from templates/sponsorship_emails/sponsorship_application_approved.txt rename to templates/sponsorship_status_emails/sponsorship_application_approved.txt diff --git a/templates/sponsorship_emails/sponsorship_application_received.txt b/templates/sponsorship_status_emails/sponsorship_application_received.txt similarity index 100% rename from templates/sponsorship_emails/sponsorship_application_received.txt rename to templates/sponsorship_status_emails/sponsorship_application_received.txt