Created requested, accepted and rejected email templates for requests

This commit is contained in:
2022-02-15 16:37:22 +00:00
parent 8d762c5dca
commit 7e2a6d1379
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{% block subject %}
{{site.title}} - organisation registration approved
{% endblock %}
{% block body %}
<p>
Dear {{recipient.first_name}},
</p>
<p>
Your request to join the organisation {{organisation.name}} you submitted at {{site.title}} ({{site.uri.public}}) has been approved.
</p>
<p>
With regards,<br>
The {{site.title}} Team
</p>
{% endblock %}