mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-08 03:59:10 +00:00
Initial stab at templates
This commit is contained in:
parent
60f6a350be
commit
19b6bb0fd6
11 changed files with 265 additions and 70 deletions
12
src/static/templates/email_send_org_invite.hbs
Normal file
12
src/static/templates/email_send_org_invite.hbs
Normal file
|
@ -0,0 +1,12 @@
|
|||
Join {{org_name}}
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
You have been invited to join the <b>{{org_name}}</b> organization.
|
||||
<br>
|
||||
<br>
|
||||
<a href="{{url}}/#/accept-organization/?organizationId={{org_id}}&organizationUserId={{org_user_id}}&email={{email}}&organizationName={{org_name}}&token={{token}}">
|
||||
Click here to join</a>
|
||||
</p>
|
||||
<p>If you do not wish to join this organization, you can safely ignore this email.</p>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue