Organisation registration process implemented with configurable approval workflow
This commit is contained in:
16
templates/mail/organisation-approval-approved.html.twig
Normal file
16
templates/mail/organisation-approval-approved.html.twig
Normal file
@@ -0,0 +1,16 @@
|
||||
{% block subject %}
|
||||
{{site.title}} - organisation registration approved
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<p>
|
||||
Dear {{recipient.first_name}},
|
||||
</p>
|
||||
<p>
|
||||
The organisation registration request you submitted at {{site.title}} ({{site.uri.public}}) has been approved.
|
||||
</p>
|
||||
<p>
|
||||
With regards,<br>
|
||||
The {{site.title}} Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user