mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #234 from alphagov/invite-permissions-status
[WIP] Add call to api to update invitation to accepted.
This commit is contained in:
17
app/templates/views/cancelled-invitation.html
Normal file
17
app/templates/views/cancelled-invitation.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% 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>
|
||||
{{ from_user }} decided to cancel this invitation.
|
||||
</p>
|
||||
<p>
|
||||
If you need access to {{ service_name }}, you’ll have to ask them to invite you again.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user