mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-11-26 22:52:34 +02:00
Move email templates to subfolder
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user