diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-03-15 15:49:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 15:49:11 +0100 |
commit | 091b85056deb065a27e9ced4de9320c11d01a67d (patch) | |
tree | cfa32000985888277f19a64f9f5a77cc356b43d0 /static | |
parent | c768b8b30fc07e11667a66bbcf7e80518c591a36 (diff) | |
download | kronika-091b85056deb065a27e9ced4de9320c11d01a67d.tar.gz kronika-091b85056deb065a27e9ced4de9320c11d01a67d.zip |
Create invitation.html
Diffstat (limited to 'static')
-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> |