mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 10:59:50 -04:00
15 lines
493 B
HTML
15 lines
493 B
HTML
|
|
{% 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 %}
|