diff --git a/ssmembership/jinja2/ssmembership/email/renew.html b/ssmembership/jinja2/ssmembership/email/renew.html index 935d186..6d8bbdf 100644 --- a/ssmembership/jinja2/ssmembership/email/renew.html +++ b/ssmembership/jinja2/ssmembership/email/renew.html @@ -34,8 +34,7 @@

If you do not renew your membership by 31 March {{ import('datetime').datetime.now().strftime('%Y') }}, your membership will expire, and you will not be able to buy tickets to {{ import('django.conf').settings.ORG_NAME }} events at member prices or run for election within {{ import('django.conf').settings.ORG_NAME }} without becoming a member again. If you would like to become a member again after that date, you can either purchase membership for $5, or purchase {{ import('django.conf').settings.ORG_NAME }} merchandise or a ticket to a {{ import('django.conf').settings.ORG_NAME }} event.

If you do not want to renew your membership, or you are no longer a Monash medical student, simply ignore this email.

-

If you encounter any issues renewing your membership, or have any other questions, please contact the Secretary, Dinali Panagodage, at {{ import('django.conf').settings.AWS_SENDER_EMAIL }}.

-

Please note that emails are being sent in stages. If other students have not received this email, please let them know that this is normal, and they should receive their email within 7 days. Otherwise, contact {{ import('django.conf').settings.AWS_SENDER_EMAIL }}.

+

If you encounter any issues renewing your membership, or have any other questions, please contact the Secretary at {{ import('django.conf').settings.AWS_SENDER_EMAIL }}.

diff --git a/ssmembership/jinja2/ssmembership/email/renew.txt b/ssmembership/jinja2/ssmembership/email/renew.txt index 00d8ca3..03df14b 100644 --- a/ssmembership/jinja2/ssmembership/email/renew.txt +++ b/ssmembership/jinja2/ssmembership/email/renew.txt @@ -26,6 +26,4 @@ If you do not renew your membership by **31 March {{ import('datetime').datetime If you do not want to renew your membership, or you are no longer a Monash medical student, simply ignore this email. -If you encounter any issues renewing your membership, or have any other questions, please contact the Secretary, Dinali Panagodage, at {{ import('django.conf').settings.AWS_SENDER_EMAIL }}. - -Please note that emails are being sent in stages. If other students have not received this email, please let them know that this is normal, and they should receive their email within 7 days. Otherwise, contact {{ import('django.conf').settings.AWS_SENDER_EMAIL }}. +If you encounter any issues renewing your membership, or have any other questions, please contact the Secretary at {{ import('django.conf').settings.AWS_SENDER_EMAIL }}.