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

18 lines
584 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% block per_page_title %}Invitation has been cancelled{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
The invitation you were sent has been cancelled
</h1>
<p>
{{ 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 }}, youll have to ask them to invite you again.
</p>
</div>
</div>
{% endblock %}