account, schduels, timezone profile and many imporant updates
This commit is contained in:
31
backend/igny8_core/templates/emails/team_invite.html
Normal file
31
backend/igny8_core/templates/emails/team_invite.html
Normal file
@@ -0,0 +1,31 @@
|
||||
{% extends "emails/base.html" %}
|
||||
{% block title %}You're Invited to IGNY8{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>You're invited to join {{ account_name }}</h1>
|
||||
|
||||
<p>Hi {{ invited_name }},</p>
|
||||
|
||||
<p>{{ inviter_name }} has invited you to join the <strong>{{ account_name }}</strong> workspace on IGNY8.</p>
|
||||
|
||||
<p style="text-align: center;">
|
||||
<a href="{{ reset_url }}" class="button">Set Your Password</a>
|
||||
</p>
|
||||
|
||||
<div class="info-box">
|
||||
<strong>Next steps:</strong>
|
||||
<ul style="margin: 10px 0 0 0; padding-left: 20px;">
|
||||
<li>Click the button above to set your password</li>
|
||||
<li>Sign in to IGNY8 and start collaborating</li>
|
||||
<li>This link expires in 24 hours</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>If the button doesn't work, copy and paste this link into your browser:</p>
|
||||
<p style="word-break: break-all; color: #6b7280; font-size: 14px;">{{ reset_url }}</p>
|
||||
|
||||
<p>
|
||||
Best regards,<br>
|
||||
The {{ company_name|default:"IGNY8" }} Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user