about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-03-15 15:49:11 +0100
committerGitHub <noreply@github.com>2020-03-15 15:49:11 +0100
commit091b85056deb065a27e9ced4de9320c11d01a67d (patch)
treecfa32000985888277f19a64f9f5a77cc356b43d0 /static
parentc768b8b30fc07e11667a66bbcf7e80518c591a36 (diff)
downloadkronika-091b85056deb065a27e9ced4de9320c11d01a67d.tar.gz
kronika-091b85056deb065a27e9ced4de9320c11d01a67d.zip
Create invitation.html
Diffstat (limited to 'static')
-rw-r--r--static/templates/invitation.html4
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>