Update renewal email text
This commit is contained in:
parent
67060e0f04
commit
22d9525daa
@ -34,8 +34,7 @@
|
||||
</div>
|
||||
<p>If you do not renew your membership by <b>31 March {{ import('datetime').datetime.now().strftime('%Y') }}</b>, 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.</p>
|
||||
<p>If you do not want to renew your membership, or you are no longer a Monash medical student, simply ignore this email.</p>
|
||||
<p>If you encounter any issues renewing your membership, or have any other questions, please contact the Secretary, Dinali Panagodage, at <a href="mailto:{{ import('django.conf').settings.AWS_SENDER_EMAIL }}">{{ import('django.conf').settings.AWS_SENDER_EMAIL }}</a>.</p>
|
||||
<p style="font-size: x-small;">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 <a href="mailto:{{ import('django.conf').settings.AWS_SENDER_EMAIL }}">{{ import('django.conf').settings.AWS_SENDER_EMAIL }}</a>.</p>
|
||||
<p>If you encounter any issues renewing your membership, or have any other questions, please contact the Secretary at <a href="mailto:{{ import('django.conf').settings.AWS_SENDER_EMAIL }}">{{ import('django.conf').settings.AWS_SENDER_EMAIL }}</a>.</p>
|
||||
</th>
|
||||
<th class="expander"></th>
|
||||
</tr>
|
||||
|
@ -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 }}.
|
||||
|
Loading…
Reference in New Issue
Block a user