Change language from Reject to Deny
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% block subject %}
|
||||
{{site.title}} - organisation registration rejected
|
||||
{{site.title}} - organisation registration denied
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
@@ -7,7 +7,7 @@
|
||||
Dear {{recipient.first_name}},
|
||||
</p>
|
||||
<p>
|
||||
The organisation registration request you submitted at {{site.title}} ({{site.uri.public}}) has been rejected.
|
||||
The organisation registration request you submitted at {{site.title}} ({{site.uri.public}}) has been denied.
|
||||
</p>
|
||||
<p>
|
||||
With regards,<br>
|
||||
@@ -26,17 +26,17 @@
|
||||
|
||||
</p>
|
||||
<p>
|
||||
You may verify or reject this organisation via the control dashboard (<a href="{{site.uri.public}}/organisations">{{site.uri.public}}/organisations</a>).
|
||||
You may approve or deny this organisation via the control dashboard (<a href="{{site.uri.public}}/organisations">{{site.uri.public}}/organisations</a>).
|
||||
</p>
|
||||
<p>
|
||||
To verify this organisation immediately you may do so by visiting: <a href="{{site.uri.public}}/organisations/registration/approve?token={{token}}">{{site.uri.public}}/organisations/approve?token={{token}}</a>.
|
||||
To approve this organisation immediately you may do so by visiting: <a href="{{site.uri.public}}/organisations/registration/approve?token={{token}}">{{site.uri.public}}/organisations/approve?token={{token}}</a>.
|
||||
</p>
|
||||
<p>
|
||||
To reject this organisation immediately you may do so by visiting: <a href="{{site.uri.public}}/organisations/registration/reject?token={{token}}">{{site.uri.public}}/organisations/reject?token={{token}}</a>.
|
||||
To deny this organisation immediately you may do so by visiting: <a href="{{site.uri.public}}/organisations/registration/deny?token={{token}}">{{site.uri.public}}/organisations/deny?token={{token}}</a>.
|
||||
</p>
|
||||
{% if approval_expiration %}
|
||||
<p>
|
||||
The approcal period for this organisation will expire in {{approval_expiration}} at which point the organisation will be automatically rejected.
|
||||
The approcal period for this organisation will expire in {{approval_expiration}} at which point the organisation registration will be automatically denied.
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user