Files
notifications-admin/app/templates/views/cancelled-invitation.html
T

18 lines
639 B
HTML
Raw Normal View History

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 %}
2020-02-19 11:57:15 +00:00
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
2016-03-04 14:42:52 +00:00
<h1 class="heading-large">
The invitation you were sent has been cancelled
2016-03-04 14:42:52 +00:00
</h1>
<p class="govuk-body">
{{ from_user }} decided to cancel this invitation.
</p>
<p class="govuk-body">
2018-02-19 16:53:29 +00:00
If you need access to {{ service_name or organisation_name }}, youll have to ask them to invite you again.
2016-03-04 14:42:52 +00:00
</p>
</div>
</div>
{% endblock %}