Added from_user name and service name for the cancelled invitation message.

This commit is contained in:
Rebecca Law
2016-03-04 15:17:04 +00:00
parent 8074c6ea7f
commit 41b08b7ca1
3 changed files with 16 additions and 5 deletions

View File

@@ -4,10 +4,13 @@
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
The invitation you were sent has been cancelled.
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.
{{ from_user }} decided to cancel this invitation.
</p>
<p>
If you need access to {{ service_name }}, youll have to ask them to invite you again.
</p>
</div>
</div>