Change language from Reject to Deny

This commit is contained in:
2022-02-11 13:37:55 +00:00
parent da89a688b9
commit 016f7489c4
13 changed files with 83 additions and 80 deletions

View File

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