about summary refs log tree commit diff
path: root/static/templates/invitation.html
blob: 4fdb8e4d3c4dc1ceee602efaeb2496af9b6ba7de (plain)
1
2
3
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>