2016-03-04 14:42:52 +00:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
2017-02-13 10:45:15 +00:00
|
|
|
|
{% block per_page_title %}Invitation has been cancelled{% endblock %}
|
2016-03-04 14:42:52 +00:00
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
|
<h1 class="heading-large">
|
2016-03-04 15:17:04 +00:00
|
|
|
|
The invitation you were sent has been cancelled
|
2016-03-04 14:42:52 +00:00
|
|
|
|
</h1>
|
|
|
|
|
|
<p>
|
2016-03-04 15:17:04 +00:00
|
|
|
|
{{ from_user }} decided to cancel this invitation.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<p>
|
2018-02-19 16:53:29 +00:00
|
|
|
|
If you need access to {{ service_name or organisation_name }}, you’ll have to ask them to invite you again.
|
2016-03-04 14:42:52 +00:00
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
{% endblock %}
|