diff options
Diffstat (limited to 'static/templates/invitation.html')
-rw-r--r-- | static/templates/invitation.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/templates/invitation.html b/static/templates/invitation.html new file mode 100644 index 0000000..4fdb8e4 --- /dev/null +++ b/static/templates/invitation.html @@ -0,0 +1,4 @@ +<h2>You have been invited</h2> + +<p>You have been invited to create a user on <a href="{{ .SiteURL }}">{{ .SiteURL }}</a>. Follow this link to accept the invite:</p> +<p><a href="{{ .SiteURL }}/admin/#invite_token={{ .Token }}">Accept the invite</a></p> |