account, schduels, timezone profile and many imporant updates

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-19 15:37:03 +00:00
parent 618ed8b8c6
commit e7219a2390
28 changed files with 919 additions and 358 deletions

View 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 %}