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

15 lines
493 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% block 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>
The person that sent you the invitation decided that it was sent in error and has cancelled the invitation.
</p>
</div>
</div>
{% endblock %}