diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-04-08 21:48:39 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-04-08 21:48:39 +0300 |
commit | 0faa3eca255cdc5fbaa8ccee438241576ba14ac1 (patch) | |
tree | 7a7c4fd387b136388e1438d65e3ba9ef8d5b48e8 /netlify/invitation.html | |
parent | 8f203883d727107eae6c89c9a1033dcdaa522e38 (diff) |
v3.1
Diffstat (limited to 'netlify/invitation.html')
-rw-r--r-- | netlify/invitation.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netlify/invitation.html b/netlify/invitation.html new file mode 100644 index 0000000..4ad78bd --- /dev/null +++ b/netlify/invitation.html @@ -0,0 +1,5 @@ +<h2>[cState Admin] <br> You have been invited!</h2> + +<p>You have been invited to create a user profile on {{ .SiteURL }}. Follow this link to accept the invite:</p> + +<p><a href="{{ .SiteURL }}/admin/#invite_token={{ .Token }}">Accept the invite</a></p> |